Home
last modified time | relevance | path

Searched refs:GetWaveSoundCount (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFileReader.cpp95 u32 WaveSoundFileReader::GetWaveSoundCount() const in GetWaveSoundCount() function in nw::snd::internal::WaveSoundFileReader
98 return m_pInfoBlockBody->GetWaveSoundCount(); in GetWaveSoundCount()
104 NW_ASSERT( index < GetWaveSoundCount() ); in GetNoteInfoCount()
114 NW_ASSERT( index < GetWaveSoundCount() ); in GetTrackInfoCount()
Dsnd_WaveSoundFile.cpp91 NW_ASSERT( index < GetWaveSoundCount() ); in GetWaveSoundData()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundFileReader.h39 u32 GetWaveSoundCount() const;
Dsnd_WaveSoundFile.h149 NW_INLINE u32 GetWaveSoundCount() const in GetWaveSoundCount() function