#import <AMCueInstance.h>
Public Member Functions | |
(int) | - updateNextChunk |
Updates the next chunk to be played. | |
(AMChunkInstance *) | - getChunkInstance1 |
Returns the 1st internal chunk instance of this cue. | |
(AMChunkInstance *) | - getChunkInstance2 |
Returns the 2nd internal chunk instance of this cue. | |
Protected Attributes | |
int | currentChunk |
int | nextChunk |
int | remainingLoops |
int | chunksPlaying |
AMChunkInstance * | chkInstance1 |
AMChunkInstance * | chkInstance2 |
NSMutableDictionary * | controls |
Properties | |
char | releaseTimeout |
Timeout counter for releasing this instance. |
Used internally by the AMCue class.
- (AMChunkInstance *) getChunkInstance1 |
Returns the 1st internal chunk instance of this cue.
FOR INTERNAL USE ONLY.
- (AMChunkInstance *) getChunkInstance2 |
Returns the 2nd internal chunk instance of this cue.
FOR INTERNAL USE ONLY.
- (int) updateNextChunk |
Updates the next chunk to be played.
- (char) releaseTimeout [read, write, assign] |
Timeout counter for releasing this instance.
INTERNAL USAGE ONLY.