nn::snd::CTR::Voice::SetStartFrameFadeInFlag Member Function

Syntax

void SetStartFrameFadeInFlag(
     bool flag
);

Arguments

Name Description
in flag On/Off flag.

Return Values

None.

Description

Specifies whether to use a short fade-in starting at volume 0 when playback starts.

A waveform is normally played back at a set volume, without fading in, on the sound frame immediately after Voice playback starts. Using this function, you can configure sound to fade in from 0 to the set volume.

The default value is false.

Revision History

2010/08/18
Initial version.

CONFIDENTIAL