#import <AMMix2DControl.h>
Public Member Functions | |
(void) | - applySettingsToInstance: |
Apply the 2D parameters to the given audio object instance. | |
Properties | |
int | volume |
The output volume of the audio track. | |
BOOL | mute |
The mute status of the audio tracks. | |
int | pan |
The panning of the audio track. |
- (void) applySettingsToInstance: | (id) | _instance |
Apply the 2D parameters to the given audio object instance.
instance | A CueInstance or SoundInstance object on which you want to apply these 2D parameters. |
- (BOOL) mute [read, write, assign] |
The mute status of the audio tracks.
Default value is NO.
- (int) pan [read, write, assign] |
The panning of the audio track.
The value must be between -100 and 100, 0 being the middle, -100 full left and 100 full right. Default value is 0.
- (int) volume [read, write, assign] |
The output volume of the audio track.
Value must be between 0 and 100. Default value is 100;