Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamSoundFileReader.h29 struct TrackInfo struct
45 bool ReadStreamTrackInfo( TrackInfo* trackInfo, int trackIndex ) const; argument
Dsnd_StreamSoundFile.h239 struct TrackInfo struct
242 u8 volume;
243 u8 pan;
244 u16 padding;
245 Util::Reference toGlobalChannelIndexTable;
248 NW_INLINE u32 GetTrackChannelCount() const in GetTrackChannelCount()
252 NW_INLINE u8 GetGlobalChannelIndex( u32 index ) const in GetGlobalChannelIndex()
257 const GlobalChannelIndexTable& GetGlobalChannelIndexTable() const in GetGlobalChannelIndexTable()
Dsnd_WaveSoundFile.h216 struct TrackInfo struct
219 Util::Reference toNoteEventReferenceTable;
226 NW_INLINE u32 GetNoteEventCount() const in GetNoteEventCount()