nn::snd::CTR::Bcwav Classclass Bcwav
Definition of a class that handles BCWAV files.
The nn::snd::Bcwav class is used to access data that has been converted by ctr_WaveConverter.exe (BCWAV files).
nn::snd::CTR::Bcwav::DspAdpcmInfo
|
DspAdpcm information. |
|---|---|
nn::snd::CTR::Bcwav::WaveInfo
|
Waveform information. |
Encoding
|
Enumerated type representing encoding formats. | |
|---|---|---|
ChannelIndex
|
Enumerated type representing channels. |
| BCWAV File Operations | ||
|---|---|---|
| S |
GetWaveInfo
|
Gets basic information about a waveform. |
| S |
GetChannelCount
|
Gets the number of channels in a waveform. |
| S |
GetWave
|
Gets waveform data (excluding the header). |
| S |
GetDspAdpcmInfo
|
Gets DSP ADPCM information. |
| S |
FrameToByte
|
Calculates the number of bytes required to store the specified number of samples in the specified format. |
| S |
AddOffsetToPtr
|
Returns the value resulting from adding an offset to a pointer. |
| S |
IsBcwav
|
Determines whether a file is a BCWAV file. |
CONFIDENTIAL