Pulsar
3d3a057
|
Wave sound data archive init. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFWSD |
Wave sound data archive. More... | |
Enumerations | |
enum | PLSR_BFWSDCategoryType { PLSR_BFWSDCategoryType_Init = 0, PLSR_BFWSDCategoryType_WaveId, PLSR_BFWSDCategoryType_SoundData } |
Wave sound data archive method categories. | |
Functions | |
PLSR_RC | plsrBFWSDOpen (const char *path, PLSR_BFWSD *out) |
Open from a file at specified path. More... | |
PLSR_RC | plsrBFWSDOpenInside (const PLSR_Archive *ar, u32 offset, PLSR_BFWSD *out) |
Open from inside another archive at specified offset. More... | |
void | plsrBFWSDClose (PLSR_BFWSD *bfwsd) |
Close archive, releasing resources if applicable. More... | |
Wave sound data archive init.
void plsrBFWSDClose | ( | PLSR_BFWSD * | bfwsd | ) |
Close archive, releasing resources if applicable.
PLSR_RC plsrBFWSDOpen | ( | const char * | path, |
PLSR_BFWSD * | out | ||
) |
Open from a file at specified path.
PLSR_RC plsrBFWSDOpenInside | ( | const PLSR_Archive * | ar, |
u32 | offset, | ||
PLSR_BFWSD * | out | ||
) |
Open from inside another archive at specified offset.