nn::snd::CTR::Bcwav::WaveInfo Structurestruct WaveInfo
{
u8 encoding;
u8 isLoop;
u32 sampleRate;
u32 loopStartFrame;
u32 loopEndFrame;
};
Waveform information.
| encoding | u8 | Encoding format (nn::snd::Bcwav::Encoding). |
|
|---|---|---|---|
| isLoop | u8 | Looping specification (0: Do not loop; 1: Loop). | |
| sampleRate | u32 | Sample rate. | |
| loopStartFrame | u32 | Start of the loop. | |
| loopEndFrame | u32 | End of the loop. |
CONFIDENTIAL