nn::snd::CTR::Bcwav::WaveInfo Structurestruct WaveInfo
{
u8 encoding;
u8 isLoop;
u32 sampleRate;
u32 loopStartFrame;
u32 loopEndFrame;
};
Waveform information.
| 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. |
CONFIDENTIAL