Home
last modified time | relevance | path

Searched defs:SoundFileHeader (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h254 struct SoundFileHeader struct
256 ut::BinaryFileHeader header;
257 BlockReferenceTable blockReferenceTable;
259 NW_INLINE s32 GetBlockCount() const { return header.dataBlocks; } in GetBlockCount()
262 NW_INLINE const void* GetBlock( u16 typeId ) const in GetBlock()
266 NW_INLINE u32 GetBlockSize( u16 typeId ) const in GetBlockSize()
270 NW_INLINE u32 GetBlockOffset( u16 typeId ) const in GetBlockOffset()