Home
last modified time | relevance | path

Searched refs:SetSurroundPan (Results 1 – 14 of 14) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundHandle.h343 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function
345 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
Dsnd_SoundHandle.h375 void SetSurroundPan( float surroundPan ) in SetSurroundPan() function
377 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
Dsnd_StreamSoundHandle.h354 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function
356 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
Dsnd_SequenceSoundHandle.h336 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function
338 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
Dsnd_BasicSoundPlayer.h82 void SetSurroundPan( float surroundPan ) { m_PlayerParamSet.surroundPan = surroundPan; } in SetSurroundPan() function
Dsnd_SequenceTrack.h182 void SetSurroundPan( float surroundPan ) { m_ExtSurroundPan = surroundPan; } in SetSurroundPan() function
Dsnd_Voice.h161 void SetSurroundPan( f32 span );
Dsnd_BasicSound.h288 void SetSurroundPan( f32 pan );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommand.cpp109 c->player->SetSurroundPan( c->surroundPan ); in ProcessCommandList()
Dsnd_SequenceSoundPlayer.cpp523 SetTrackParam( trackBitFlag, &SequenceTrack::SetSurroundPan, surroundPan ); in SetTrackSurroundPan()
Dsnd_Channel.cpp294 m_pVoice->SetSurroundPan( surroundPan ); in Update()
Dsnd_BasicSound.cpp908 void BasicSound::SetSurroundPan( float surroundPan ) in SetSurroundPan() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1237 voice->SetSurroundPan( span ); in UpdateVoiceParams()
1297 voice->SetSurroundPan( span ); in UpdateVoiceParams()
Dsnd_Voice.cpp781 void Voice::SetSurroundPan( f32 span ) in SetSurroundPan() function in nw::snd::internal::driver::Voice