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

Sound archive group table access. More...

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

Go to the source code of this file.

Data Structures

struct  PLSR_BFSARGroupInfo
 Sound archive group information. More...
 

Functions

PLSR_RC plsrBFSARGroupGet (const PLSR_BFSAR *bfsar, u32 index, PLSR_BFSARGroupInfo *out)
 Fetch group information from the specified index in the group table.
 
PLSR_RC plsrBFSARGroupOpen (const PLSR_BFSAR *bfsar, const PLSR_BFSARGroupInfo *groupInfo, PLSR_BFGRP *out)
 Open a group file from a plsrBFSARGroupGet() result (see plsrBFGRPOpenInside())
 
NX_INLINE u32 plsrBFSARGroupCount (const PLSR_BFSAR *bfsar)
 

Detailed Description

Sound archive group table access.