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