nn::snd::CTR::Voice::SetFrontBypassFlag Member Function

Syntax

void SetFrontBypassFlag(
     bool flag
);

Arguments

Name Description
in flag Specify true to bypass the front channels for 3D surround sound. Specify false to apply 3D surround sound to the front channels, too.

Return Values

None.

Description

Sets whether to bypass the front channels when 3D surround sound is enabled.

This setting is only applied to the main bus. The nn::snd::CTR::SetAuxFrontBypass function can apply this setting to the AUX bus.

The default value is false (no bypass of the front channels).

Revision History

2011/09/06
Added information about the extent to which the front-bypass setting is applied.
2010/06/14
Initial version.

CONFIDENTIAL