NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 224 of file snd_StrmFile.h.
Public Member Functions | |
StrmFileLoader (ut::FileStream &stream) | |
bool | LoadFileHeader (void *buffer, ulong size) |
int | GetTrackCount () const |
int | GetChannelCount () const |
bool | ReadStrmInfo (StrmFileReader::StrmInfo *strmInfo) const |
bool | ReadStrmTrackInfo (StrmFileReader::StrmTrackInfo *trackInfo, int trackIndex) const |
bool | ReadAdpcmInfo (AdpcmParam *adpcmParam, AdpcmLoopParam *adpcmLoopParam, int channelIndex) const |
bool | ReadAdpcBlockData (u16 *yn1, u16 *yn2, int blockIndex, int channelCount) |
Private Attributes | |
ut::FileStream & | mStream |
StrmFileReader | mReader |
|
inline |
Definition at line 229 of file snd_StrmFile.h.
|
private |
Definition at line 248 of file snd_StrmFile.h.
|
private |
Definition at line 249 of file snd_StrmFile.h.