#import <AMSection.h>
Public Member Functions | |
(id) | - init |
Creates a new section object. | |
(void) | - addCue: |
Adds a cue to the section. | |
(void) | - removeCue: |
Removes the cue from the section. | |
(FMOD::ChannelGroup *) | - getFMODChannelGroup |
Returns the internal FMOD channel group. | |
Protected Attributes | |
UID | uid |
NSMutableDictionary * | controls |
FMOD::ChannelGroup * | group |
Additional DSP effects can be added, and the mix of a section can be done either in 2D or 3D.
- (void) addCue: | (AMCue *) | _cue |
Adds a cue to the section.
cue | The AMChue object to add. |
- FMOD: |
Returns the internal FMOD channel group.
FOR INTERNAL USAGE ONLY.
- (id) init |
Creates a new section object.
- (void) removeCue: | (AMCue *) | _cue |
Removes the cue from the section.
idx | The index of the chunk object to remove. |