Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h147 int GetChannelPriority() const { return m_Priority; } in GetChannelPriority() function
Dsnd_SoundArchiveFile.h313 u8 GetChannelPriority() const;
328 u8 GetChannelPriority() const;
Dsnd_SequenceSoundPlayer.h205 int GetChannelPriority() const { return m_ParserParam.priority; } in GetChannelPriority() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFileReader.cpp383 info->channelPriority = seqSoundInfo.GetChannelPriority(); in ReadSequenceSoundInfo()
430 info->channelPriority = waveSoundInfo.GetChannelPriority(); in ReadWaveSoundInfo()
Dsnd_WaveSoundPlayer.cpp376 const int priority = GetChannelPriority() + DEFAULT_PRIORITY; in StartChannel()
Dsnd_SoundArchiveFile.cpp741 u8 SoundArchiveFile::WaveSoundInfo::GetChannelPriority() const in GetChannelPriority() function in nw::snd::internal::SoundArchiveFile::WaveSoundInfo
798 u8 SoundArchiveFile::SequenceSoundInfo::GetChannelPriority() const in GetChannelPriority() function in nw::snd::internal::SoundArchiveFile::SequenceSoundInfo