nn::snd::CTR::Voice::SetMixParam Member Function
void SetMixParam(
const MixParam & mixParam
);
| Name | Description | |
|---|---|---|
| in | mixParam | Reference to a gain structure. |
Sets the gain for each voice channel.
A ratio of 1.0 represents no change from the original value. This is used together with the volume set by nn::snd::CTR::Voice::SetVolume to calculate the volume.
The default values are as follows.
| Left Front | Right Front | Left Back | Right Back | |
| mainBus | 1.0 | 1.0 | 0.0 | 0.0 |
| auxBusA | 0.0 | 0.0 | 0.0 | 0.0 |
| auxBusB | 0.0 | 0.0 | 0.0 | 0.0 |
CONFIDENTIAL