|
Oolite 1.91.0.7712-251017-85ce217
|
Instance Methods | |
| (NSDictionary *) | - comments |
| (id) | - initWithPath: [implementation] |
| (void) | - dealloc [implementation] |
| (BOOL) | - readCreatingBuffer:withFrameCount: [implementation] |
| (size_t) | - streamToBuffer: [implementation] |
| (size_t) | - sizeAsBuffer [implementation] |
| (BOOL) | - isStereo [implementation] |
| (NSString *) | - description [implementation] |
| (long) | - sampleRate [implementation] |
| (void) | - reset [implementation] |
| (NSString *) | - name [implementation] |
Public Attributes | |
| unzFile | uf |
Protected Attributes | |
| OggVorbis_File | _vf |
| NSString * | _name |
| BOOL | _readStarted |
| BOOL | _seekableStream |
Additional Inherited Members | |
| Class Methods inherited from OOALSoundDecoder | |
| (OOALSoundDecoder *) | + codecWithPath: |
Definition at line 46 of file OOALSoundDecoder.m.
| - (NSDictionary *) comments |
Definition at line 291 of file OOALSoundDecoder.m.
References _vf, comments, count, and nil.
Referenced by comments, and description.
|
implementation |
Definition at line 274 of file OOALSoundDecoder.m.
References _name, _vf, dealloc, nil, OOLog, uf, and unzClose().
Referenced by dealloc.
|
implementation |
Definition at line 453 of file OOALSoundDecoder.m.
References comments, and description.
Referenced by description.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 136 of file OOALSoundDecoder.m.
References _name, _readStarted, _seekableStream, _vf, kOOLogFileNotFound, nil, OOCloseOXZVorbis(), OOLog, OOReadOXZVorbis(), uf, UNZ_OK, unzClose(), unzGetCurrentFileInfo64(), unzLocateFile(), unzOpen64(), and unzOpenCurrentFile().
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 447 of file OOALSoundDecoder.m.
Referenced by isStereo, readCreatingBuffer:withFrameCount:, and sizeAsBuffer.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 492 of file OOALSoundDecoder.m.
References name.
Referenced by name.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 331 of file OOALSoundDecoder.m.
References _vf, int(), isStereo, and MIN.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 466 of file OOALSoundDecoder.m.
References _readStarted, _seekableStream, _vf, OOCloseOXZVorbis(), OOReadOXZVorbis(), reset, uf, and unzOpenCurrentFile().
Referenced by reset.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 459 of file OOALSoundDecoder.m.
References _vf, long(), and sampleRate.
Referenced by sampleRate.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 437 of file OOALSoundDecoder.m.
References _vf, isStereo, and sizeAsBuffer.
Referenced by sizeAsBuffer.
|
implementation |
Reimplemented from OOALSoundDecoder.
Definition at line 403 of file OOALSoundDecoder.m.
References _readStarted, _vf, and OOAL_STREAM_CHUNK_SIZE.
|
protected |
Definition at line 49 of file OOALSoundDecoder.m.
Referenced by dealloc, and initWithPath:.
|
protected |
Definition at line 50 of file OOALSoundDecoder.m.
Referenced by initWithPath:, reset, and streamToBuffer:.
|
protected |
Definition at line 51 of file OOALSoundDecoder.m.
Referenced by initWithPath:, and reset.
|
protected |
Definition at line 48 of file OOALSoundDecoder.m.
Referenced by comments, dealloc, initWithPath:, isStereo, readCreatingBuffer:withFrameCount:, reset, sampleRate, sizeAsBuffer, and streamToBuffer:.
| - (unzFile) uf |
Definition at line 53 of file OOALSoundDecoder.m.
Referenced by dealloc, initWithPath:, OOReadOXZVorbis(), and reset.