Home
last modified time | relevance | path

Searched defs:GetVolume (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h293 f32 GetVolume() const { return m_ActorParam.volume; } in GetVolume() function
Dsnd_SoundPlayer.h203 float GetVolume() const { return m_Volume; } in GetVolume() function
Dsnd_BasicSoundPlayer.h88 float GetVolume() const { return m_PlayerParamSet.volume; } in GetVolume() function
Dsnd_Voice.h150 f32 GetVolume() const { return m_Volume; } in GetVolume() function
Dsnd_SequenceTrack.h192 float GetVolume() const { return m_ExtVolume; } in GetVolume() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp271 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume() function in nw::snd::internal::WaveSoundFile::NoteInfo
Dsnd_BankFile.cpp306 u8 BankFile::VelocityRegion::GetVolume() const in GetVolume() function in nw::snd::internal::BankFile::VelocityRegion
Dsnd_BasicSound.cpp861 f32 BasicSound::GetVolume() const in GetVolume() function in nw::snd::internal::BasicSound