Home
last modified time | relevance | path

Searched refs:GetChannelPriority (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundPlayer.h137 int GetChannelPriority() const { return m_Priority; } in GetChannelPriority() function
Dsnd_SoundArchiveFile.h311 u8 GetChannelPriority() const;
326 u8 GetChannelPriority() const;
Dsnd_SequenceSoundPlayer.h203 int GetChannelPriority() const { return m_ParserParam.priority; } in GetChannelPriority() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveFileReader.cpp381 info->channelPriority = seqSoundInfo.GetChannelPriority(); in ReadSequenceSoundInfo()
428 info->channelPriority = waveSoundInfo.GetChannelPriority(); in ReadWaveSoundInfo()
Dsnd_WaveSoundPlayer.cpp370 const int priority = GetChannelPriority() + DEFAULT_PRIORITY; in StartChannel()
Dsnd_SoundArchiveFile.cpp727 u8 SoundArchiveFile::WaveSoundInfo::GetChannelPriority() const in GetChannelPriority() function in nw::snd::internal::SoundArchiveFile::WaveSoundInfo
784 u8 SoundArchiveFile::SequenceSoundInfo::GetChannelPriority() const in GetChannelPriority() function in nw::snd::internal::SoundArchiveFile::SequenceSoundInfo