Searched refs:SetTrackSurroundPan (Results 1 – 11 of 11) sorted by relevance
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_StreamSoundHandle.h | 561 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function 563 if ( IsAttachedSound() ) m_pSound->SetTrackSurroundPan( trackBitFlag, surroundPan ); in SetTrackSurroundPan()
|
| D | snd_SequenceSoundHandle.h | 868 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function 870 if ( IsAttachedSound() ) m_pSound->SetTrackSurroundPan( trackBitFlag, surroundPan ); in SetTrackSurroundPan()
|
| D | snd_StreamSound.h | 72 void SetTrackSurroundPan( unsigned long trackBitFlag, float span );
|
| D | snd_SequenceSound.h | 133 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan );
|
| D | snd_StreamSoundPlayer.h | 137 void SetTrackSurroundPan( u32 trackBitFlag, float span );
|
| D | snd_SequenceSoundPlayer.h | 214 void SetTrackSurroundPan( u32 trackBitFlag, float surroundPan );
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_DriverCommand.cpp | 272 c->player->SetTrackSurroundPan( in ProcessCommandList() 441 c->player->SetTrackSurroundPan( in ProcessCommandList()
|
| D | snd_StreamSound.cpp | 223 void StreamSound::SetTrackSurroundPan( unsigned long trackBitFlag, float span ) in SetTrackSurroundPan() function in nw::snd::internal::StreamSound
|
| D | snd_SequenceSoundPlayer.cpp | 521 void SequenceSoundPlayer::SetTrackSurroundPan( u32 trackBitFlag, float surroundPan ) in SetTrackSurroundPan() function in nw::snd::internal::driver::SequenceSoundPlayer
|
| D | snd_SequenceSound.cpp | 514 void SequenceSound::SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function in nw::snd::internal::SequenceSound
|
| D | snd_StreamSoundPlayer.cpp | 2013 void StreamSoundPlayer::SetTrackSurroundPan( u32 trackBitFlag, f32 span ) in SetTrackSurroundPan() function in nw::snd::internal::driver::StreamSoundPlayer
|