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

Stream file channel info. More...

#include <pulsar/bfstm/bfstm.h>

Go to the source code of this file.

Data Structures

struct  PLSR_BFSTMChannelAdpcmContextInfo
 Stream channel ADPCM context information. More...
 
struct  PLSR_BFSTMChannelAdpcmInfo
 Stream channel ADPCM information (coefficients and contexts) More...
 
struct  PLSR_BFSTMChannelInfo
 Stream channel information. More...
 

Functions

PLSR_RC plsrBFSTMChannelGet (const PLSR_BFSTM *bfstm, u32 index, PLSR_BFSTMChannelInfo *out)
 Fetch channel information from the specified index in the table.
 
NX_INLINE u32 plsrBFSTMChannelCount (const PLSR_BFSTM *bfstm)
 

Detailed Description

Stream file channel info.