Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundFileReader.cpp93 u32 WaveSoundFileReader::GetWaveSoundCount() const in GetWaveSoundCount() function in nw::snd::internal::WaveSoundFileReader
96 return m_pInfoBlockBody->GetWaveSoundCount(); in GetWaveSoundCount()
102 NW_ASSERT( index < GetWaveSoundCount() ); in GetNoteInfoCount()
112 NW_ASSERT( index < GetWaveSoundCount() ); in GetTrackInfoCount()
Dsnd_WaveSoundFile.cpp89 NW_ASSERT( index < GetWaveSoundCount() ); in GetWaveSoundData()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundFileReader.h37 u32 GetWaveSoundCount() const;
Dsnd_WaveSoundFile.h147 NW_INLINE u32 GetWaveSoundCount() const in GetWaveSoundCount() function