Allows buffers to be associated with file names. More...
#import <CDAudioManager.h>
Instance Methods | |
(id) | - initWithEngine: |
var | - initWithEngine: |
local | - initWithEngine: |
(int) | - bufferForFile:create: |
var | - bufferForFile:create: |
local | - bufferForFile:create: |
(void) | - releaseBufferForFile: |
(id) | - initWithEngine: |
var | - initWithEngine: |
local | - initWithEngine: |
(int) | - bufferForFile:create: |
var | - bufferForFile:create: |
local | - bufferForFile:create: |
(void) | - releaseBufferForFile: |
Protected Attributes | |
NSMutableDictionary * | loadedBuffers |
NSMutableArray * | freedBuffers |
var | freedBuffers |
local | freedBuffers |
CDSoundEngine * | soundEngine |
var | soundEngine |
local | soundEngine |
int | nextBufferId |
var | nextBufferId |
local | nextBufferId |
Allows buffers to be associated with file names.
- (int) bufferForFile: | (NSString *) | filePath | |
create: | (BOOL) | create | |
- (int) bufferForFile: | var | filePath | |
create: | var | create | |
- (int) bufferForFile: | local | filePath | |
create: | local | create | |
- (int) bufferForFile: | (NSString *) | filePath | |
create: | (BOOL) | create | |
- (int) bufferForFile: | var | filePath | |
create: | var | create | |
- (int) bufferForFile: | local | filePath | |
create: | local | create | |
- (id) initWithEngine: | (CDSoundEngine *) | theSoundEngine |
- (id) initWithEngine: | var | theSoundEngine |
- (id) initWithEngine: | local | theSoundEngine |
- (id) initWithEngine: | (CDSoundEngine *) | theSoundEngine |
- (id) initWithEngine: | var | theSoundEngine |
- (id) initWithEngine: | local | theSoundEngine |
- (void) releaseBufferForFile: | (NSString *) | filePath |
- (void) releaseBufferForFile: | var | filePath |
- (void) releaseBufferForFile: | local | filePath |
- (void) releaseBufferForFile: | (NSString *) | filePath |
- (void) releaseBufferForFile: | var | filePath |
- (void) releaseBufferForFile: | local | filePath |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |