| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_WaveSoundHandle.h | 266 void SetVolume( f32 volume, int frames = 0 ) 268 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_SoundHandle.h | 298 void SetVolume( float volume, int frames = 0 ) 300 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_StreamSoundHandle.h | 277 void SetVolume( f32 volume, int frames = 0 ) 279 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_SequenceSoundHandle.h | 259 void SetVolume( f32 volume, int frames = 0 ) 261 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_BasicSoundPlayer.h | 75 void SetVolume( float volume ) { m_PlayerParamSet.volume = volume; } in SetVolume() function
|
| D | snd_SoundActor.h | 274 void SetVolume( f32 volume ) { m_ActorParam.volume = volume; } in SetVolume() function
|
| D | snd_HardwareChannel.h | 122 void SetVolume( f32 volume );
|
| D | snd_SoundPlayer.h | 185 void SetVolume( float volume );
|
| D | snd_SequenceTrack.h | 178 void SetVolume( float volume ) { m_ExtVolume = volume; } in SetVolume() function
|
| D | snd_Voice.h | 149 void SetVolume( f32 volume );
|
| D | snd_BasicSound.h | 283 void SetVolume( f32 volume, int frames = 0 );
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_DriverCommand.cpp | 69 c->player->SetVolume( 0.0f ); in ProcessCommandList() 106 c->player->SetVolume( c->volume ); in ProcessCommandList()
|
| D | snd_SoundPlayer.cpp | 140 void SoundPlayer::SetVolume( float volume ) in SetVolume() function in nw::snd::SoundPlayer
|
| D | snd_StreamSoundPlayer.cpp | 363 track.m_pVoice->SetVolume( 1.0f ); // TODO: 1.0, 1.0 を入れないといけない in Start() 1234 voice->SetVolume( volume ); in UpdateVoiceParams() 1254 voice->SetVolume( volume ); in UpdateVoiceParams()
|
| D | snd_SequenceSoundPlayer.cpp | 507 SetTrackParam( trackBitFlag, &SequenceTrack::SetVolume, volume ); in SetTrackVolume()
|
| D | snd_Channel.cpp | 291 m_pVoice->SetVolume( volume ); in Update()
|
| D | snd_Voice.cpp | 734 void Voice::SetVolume( f32 volume ) in SetVolume() function in nw::snd::internal::driver::Voice 1116 pChannel->SetVolume( volume ); in CalcVe()
|
| D | snd_BasicSound.cpp | 833 void BasicSound::SetVolume( float volume, int frames ) in SetVolume() function in nw::snd::internal::BasicSound
|
| /NW4C-1.2.23/demos/snd/soundActor/sources/ |
| D | SoundActorApp.cpp | 203 m_Actor.SetVolume( m_ActorVolume ); in OnUpdate()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 241 s_pVoice->SetVolume( 1.0f ); in InitializeSdkVoice()
|
| /NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 268 s_pVoice->SetVolume( 1.0f ); in InitializeSdkVoice()
|
| /NW4C-1.2.23/sources/libraries/snd/platform/ |
| D | snd_HardwareChannelAX.cppi | 485 void HardwareChannel::SetVolume( f32 volume )
|