Pulsar
3d3a057
|
Wave file info. More...
#include <pulsar/bfwav/bfwav.h>
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFWAVAdpcmContextInfo |
Wave channel ADPCM context information. More... | |
struct | PLSR_BFWAVAdpcmInfo |
Wave channel ADPCM information (coefficients and contexts) More... | |
struct | PLSR_BFWAVChannelInfo |
Wave channel information. More... | |
struct | PLSR_BFWAVInfo |
Wave information. More... | |
Typedefs | |
typedef PLSR_ArchiveTable | PLSR_BFWAVChannelInfoTable |
Wave channel information table. | |
Functions | |
PLSR_RC | plsrBFWAVReadInfo (const PLSR_BFWAV *bfwav, PLSR_BFWAVInfo *out) |
Read wave file information from header. | |
PLSR_RC | plsrBFWAVReadChannelInfo (const PLSR_BFWAV *bfwav, const PLSR_BFWAVChannelInfoTable *table, u32 index, PLSR_BFWAVChannelInfo *out) |
Read wave channel information from the specified index in the channel info table. | |
Wave file info.