Searched defs:GetVolume (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/include/nw/snd/ | ||
| D | snd_SoundActor.h | 285 f32 GetVolume() const { return m_ActorParam.volume; } in GetVolume() function |
| D | snd_SoundPlayer.h | 195 float GetVolume() const { return m_Volume; } in GetVolume() function |
| D | snd_BasicSoundPlayer.h | 86 float GetVolume() const { return m_PlayerParamSet.volume; } in GetVolume() function |
| D | snd_Voice.h | 148 f32 GetVolume() const { return m_Volume; } in GetVolume() function |
| D | snd_SequenceTrack.h | 190 float GetVolume() const { return m_ExtVolume; } in GetVolume() function |
| /NW4C-1.3.3/sources/libraries/snd/ | ||
| D | snd_WaveSoundFile.cpp | 269 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume() function in nw::snd::internal::WaveSoundFile::NoteInfo |
| D | snd_BankFile.cpp | 304 u8 BankFile::VelocityRegion::GetVolume() const in GetVolume() function in nw::snd::internal::BankFile::VelocityRegion |
| D | snd_BasicSound.cpp | 854 f32 BasicSound::GetVolume() const in GetVolume() function in nw::snd::internal::BasicSound |