Home
last modified time | relevance | path

Searched refs:GetWaveIdTable (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BankFile.h112 const Util::WaveIdTable& GetWaveIdTable() const;
118 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
128 return GetWaveIdTable().GetWaveId( index ); in GetWaveId()
Dsnd_WaveSoundFile.h141 const Util::WaveIdTable& GetWaveIdTable() const;
147 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
157 return GetWaveIdTable().GetWaveId( index ); in GetWaveId()
Dsnd_BankFileReader.h61 const Util::WaveIdTable& GetWaveIdTable() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BankFileReader.cpp171 BankFileReader::GetWaveIdTable() const in GetWaveIdTable() function in nw::snd::internal::BankFileReader
173 return m_pInfoBlockBody->GetWaveIdTable(); in GetWaveIdTable()
Dsnd_WaveSoundFileReader.cpp150 m_pInfoBlockBody->GetWaveIdTable().GetWaveId( src.waveIdTableIndex ); in ReadNoteInfo()
Dsnd_SoundArchiveLoader.cpp419 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank()
839 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup()
1334 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded()
1517 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile()
Dsnd_BankFile.cpp231 BankFile::InfoBlockBody::GetWaveIdTable() const in GetWaveIdTable() function in nw::snd::internal::BankFile::InfoBlockBody
Dsnd_WaveSoundFile.cpp106 WaveSoundFile::InfoBlockBody::GetWaveIdTable() const in GetWaveIdTable() function in nw::snd::internal::WaveSoundFile::InfoBlockBody
Dsnd_Util.cpp876 const Util::WaveIdTable& table = bankFileReader.GetWaveIdTable(); in IsLoadedWaveArchive()