#import <AMSoundInstance.h>
Public Member Functions | |
(FMOD::Channel **) | - getFMODChannelPtr |
Returns a pointer to the internal FMOD channel object. | |
Protected Attributes | |
FMOD::Channel * | channel |
NSMutableDictionary * | controls |
Properties | |
int | remainingLoops |
The internal number of remaining loops to play. | |
BOOL | stopped |
Set to YES if the sound instance was stopped. |
Used internally by the AMSound class.
- FMOD: |
Returns a pointer to the internal FMOD channel object.
FOR INTERNAL USAGE ONLY.
- (int) remainingLoops [read, write, assign] |
The internal number of remaining loops to play.
FOR INTERNAL USAGE ONLY.
- (BOOL) stopped [read, write, assign] |
Set to YES if the sound instance was stopped.
FOR INTERNAL USAGE ONLY.