Pulsar  3d3a057
Data Structures | Functions
bfwsd_wave_id.h File Reference

Wave sound data wave id table access. More...

#include <pulsar/bfwsd/bfwsd.h>
#include <pulsar/bfsar/bfsar_item.h>

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)
 

Detailed Description

Wave sound data wave id table access.

Function Documentation

◆ plsrBFWSDWaveIdListGetEntry()

PLSR_RC plsrBFWSDWaveIdListGetEntry ( const PLSR_BFWSD bfwsd,
u32  index,
PLSR_BFWSDWaveId out 
)

Read one list entry.

◆ plsrBFWSDWaveIdListReadEntries()

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.

Note
Additionally to checking RC, outReadCount might not match the requested count