AMSection Class Reference

A section allow to define separate audio groups for mixing. More...

#import <AMSection.h>

Inheritance diagram for AMSection:

< AMControllable > < AMIdentifiable > < AMControllableHierarchy >

List of all members.

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


Detailed Description

A section allow to define separate audio groups for mixing.

Additional DSP effects can be added, and the mix of a section can be done either in 2D or 3D.


Member Function Documentation

- (void) addCue: (AMCue *)  _cue  

Adds a cue to the section.

Parameters:
cue The AMChue object to add.

- FMOD:  

Returns the internal FMOD channel group.

FOR INTERNAL USAGE ONLY.

Returns:
The internal FMOD channel group.

- (id) init  

Creates a new section object.

Returns:
The created section object.

- (void) removeCue: (AMCue *)  _cue  

Removes the cue from the section.

Parameters:
idx The index of the chunk object to remove.


The documentation for this class was generated from the following files:

Generated on Mon May 16 16:29:49 2011 for ARIA by  doxygen 1.5.9