Searched refs:SetTrackSurroundPan (Results 1 – 11 of 11) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_StreamSoundHandle.h | 579 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function 581 if ( IsAttachedSound() ) m_pSound->SetTrackSurroundPan( trackBitFlag, surroundPan ); in SetTrackSurroundPan()
|
| D | snd_SequenceSoundHandle.h | 882 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function 884 if ( IsAttachedSound() ) m_pSound->SetTrackSurroundPan( trackBitFlag, surroundPan ); in SetTrackSurroundPan()
|
| D | snd_StreamSound.h | 74 void SetTrackSurroundPan( unsigned long trackBitFlag, float span );
|
| D | snd_SequenceSound.h | 144 void SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan );
|
| D | snd_StreamSoundPlayer.h | 139 void SetTrackSurroundPan( u32 trackBitFlag, float span );
|
| D | snd_SequenceSoundPlayer.h | 216 void SetTrackSurroundPan( u32 trackBitFlag, float surroundPan );
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_DriverCommand.cpp | 281 c->player->SetTrackSurroundPan( in ProcessCommandList() 450 c->player->SetTrackSurroundPan( in ProcessCommandList()
|
| D | snd_StreamSound.cpp | 225 void StreamSound::SetTrackSurroundPan( unsigned long trackBitFlag, float span ) in SetTrackSurroundPan() function in nw::snd::internal::StreamSound
|
| D | snd_SequenceSoundPlayer.cpp | 527 void SequenceSoundPlayer::SetTrackSurroundPan( u32 trackBitFlag, float surroundPan ) in SetTrackSurroundPan() function in nw::snd::internal::driver::SequenceSoundPlayer
|
| D | snd_SequenceSound.cpp | 475 void SequenceSound::SetTrackSurroundPan( u32 trackBitFlag, f32 surroundPan ) in SetTrackSurroundPan() function in nw::snd::internal::SequenceSound
|
| D | snd_StreamSoundPlayer.cpp | 2138 void StreamSoundPlayer::SetTrackSurroundPan( u32 trackBitFlag, f32 span ) in SetTrackSurroundPan() function in nw::snd::internal::driver::StreamSoundPlayer
|