Pulsar  3d3a057
Data Structures | Enumerations | Functions
bfsar_sound.h File Reference

Sound archive sound table access. More...

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

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)
 

Detailed Description

Sound archive sound table access.