nn::snd::CTR::Voice::SetMixParam Member Function

Syntax

void SetMixParam(
     const MixParam & mixParam
);

Arguments

Name Description
in mixParam Reference to a gain structure.

Return Values

None.

Description

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 FrontRight FrontLeft BackRight Back
mainBus1.01.00.00.0
auxBusA0.00.00.00.0
auxBusB0.00.00.00.0

Revision History

2010/01/29
Initial version.

CONFIDENTIAL