nn::snd::CTR::Voice::SetSampleFormat Member Function

Syntax

void SetSampleFormat(
     SampleFormat format
);

Arguments

Name Description
in format Sample format.

Return Values

None.

Description

Specifies the format of the samples linked to the voice.

Specify a value from the nn::snd::CTR::SampleFormat enumerated type.

The default value is SAMPLE_FORMAT_PCM16.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL