Pulsar
3d3a057
|
Wave sound data wave id table access. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFWSDWaveId |
Wave sound data wave id. More... | |
Functions | |
PLSR_RC | plsrBFWSDWaveIdListReadEntries (const PLSR_BFWSD *bfwsd, u32 startIndex, u32 count, PLSR_BFWSDWaveId *outIds, u32 *outReadCount) |
Read a number of list entries starting from the specified index. More... | |
PLSR_RC | plsrBFWSDWaveIdListGetEntry (const PLSR_BFWSD *bfwsd, u32 index, PLSR_BFWSDWaveId *out) |
Read one list entry. More... | |
NX_INLINE u32 | plsrBFWSDWaveIdCount (const PLSR_BFWSD *bfwsd) |
Wave sound data wave id table access.
PLSR_RC plsrBFWSDWaveIdListGetEntry | ( | const PLSR_BFWSD * | bfwsd, |
u32 | index, | ||
PLSR_BFWSDWaveId * | out | ||
) |
Read one list entry.
PLSR_RC plsrBFWSDWaveIdListReadEntries | ( | const PLSR_BFWSD * | bfwsd, |
u32 | startIndex, | ||
u32 | count, | ||
PLSR_BFWSDWaveId * | outIds, | ||
u32 * | outReadCount | ||
) |
Read a number of list entries starting from the specified index.