nn::snd::CTR::Bcwav Class

Syntax

class Bcwav

Description

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).

Structures

nn::snd::CTR::Bcwav::DspAdpcmInfo DspAdpcm information.
nn::snd::CTR::Bcwav::WaveInfo Waveform information.

Enumerated Types

Encoding Enumerated type representing encoding formats.
ChannelIndex Enumerated type representing channels.

Member Functions

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.

Revision History

2010/08/06
Initial version.

CONFIDENTIAL