Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOALSoundDecoder.h>
Instance Methods | |
(id) | - initWithPath: |
(BOOL) | - readCreatingBuffer:withFrameCount: |
(size_t) | - streamToBuffer: |
(size_t) | - sizeAsBuffer |
(BOOL) | - isStereo |
(long) | - sampleRate |
(void) | - reset |
(NSString *) | - name |
Class Methods | |
(OOALSoundDecoder *) | + codecWithPath: |
Definition at line 37 of file OOALSoundDecoder.h.
+ (OOALSoundDecoder *) codecWithPath: | (NSString *) | inPath |
Definition at line 53 of file OOALSoundDecoder.m.
- (id) initWithPath: | (NSString *) | inPath |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (BOOL) isStereo |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (NSString *) name |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (BOOL) readCreatingBuffer: | (char **) | outBuffer | |
withFrameCount: | (size_t *) | outSize |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (void) reset |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (long) sampleRate |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (size_t) sizeAsBuffer |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.
- (size_t) streamToBuffer: | (char *) | buffer |
Reimplemented in OOALSoundVorbisCodec.
Definition at line 53 of file OOALSoundDecoder.m.