Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundFileReader.h31 struct TrackInfo struct
47 bool ReadStreamTrackInfo( TrackInfo* trackInfo, int trackIndex ) const; argument
Dsnd_StreamSoundFile.h241 struct TrackInfo struct
244 u8 volume;
245 u8 pan;
246 u16 padding;
247 Util::Reference toGlobalChannelIndexTable;
250 NW_INLINE u32 GetTrackChannelCount() const in GetTrackChannelCount()
254 NW_INLINE u8 GetGlobalChannelIndex( u32 index ) const in GetGlobalChannelIndex()
259 const GlobalChannelIndexTable& GetGlobalChannelIndexTable() const in GetGlobalChannelIndexTable()
Dsnd_WaveSoundFile.h218 struct TrackInfo struct
221 Util::Reference toNoteEventReferenceTable;
228 NW_INLINE u32 GetNoteEventCount() const in GetNoteEventCount()