Pulsar
3d3a057
|
Sound archive sound table access. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFSARSoundWaveInfo |
Sound wave information. More... | |
struct | PLSR_BFSARSoundInfo |
Sound information. More... | |
Enumerations | |
enum | PLSR_BFSARSoundType { PLSR_BFSARSoundType_Stream = 0x2201, PLSR_BFSARSoundType_Wave = 0x2202, PLSR_BFSARSoundType_Sequence = 0x2203 } |
Sound types. | |
Functions | |
PLSR_RC | plsrBFSARSoundGet (const PLSR_BFSAR *bfsar, u32 index, PLSR_BFSARSoundInfo *out) |
Fetch sound information from the specified index in the sound table. | |
NX_INLINE u32 | plsrBFSARSoundCount (const PLSR_BFSAR *bfsar) |
Sound archive sound table access.