nn::snd::CTR::Bcwav::WaveInfo Structure

Syntax

struct WaveInfo
{
   u8 encoding;
   u8 isLoop;
   u32             sampleRate;
   u32 loopStartFrame;
   u32 loopEndFrame;
};

Description

Waveform information.

Member Variables

encoding Encoding format (nn::snd::Bcwav::Encoding).
isLoop Looping specification (0: Do not loop; 1: Loop).
sampleRate Sample rate.
loopStartFrame Start of the loop.
loopEndFrame End of the loop.

Revision History

2010/08/10
Initial version.

CONFIDENTIAL