Lines Matching refs:BasicSound

31 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(BasicSound);
42 BasicSound::BasicSound() in BasicSound() function in nw::snd::internal::BasicSound
56 void BasicSound::Initialize() in Initialize()
129 void BasicSound::SetPriority( int priority, int ambientPriority ) in SetPriority()
136 void BasicSound::GetPriority( int* priority, int* ambientPriority ) const in GetPriority()
157 void BasicSound::Finalize() in Finalize()
230 void BasicSound::StartPrepared() in StartPrepared()
244 void BasicSound::Stop( int fadeFrames ) in Stop()
274 void BasicSound::Pause( bool flag, int fadeFrames ) in Pause()
329 void BasicSound::SetAutoStopCounter( int frames ) in SetAutoStopCounter()
344 void BasicSound::FadeIn( int frames ) in FadeIn()
366 bool BasicSound::IsPause() const in IsPause()
380 void BasicSound::Update() in Update()
551 void BasicSound::UpdateMoveValue() in UpdateMoveValue()
557 void BasicSound::UpdateParam() in UpdateParam()
645 void BasicSound::AttachPlayerHeap( PlayerHeap* pHeap ) in AttachPlayerHeap()
662 void BasicSound::DetachPlayerHeap( PlayerHeap* pHeap ) in DetachPlayerHeap()
680 void BasicSound::AttachSoundPlayer( SoundPlayer* player ) in AttachSoundPlayer()
697 void BasicSound::DetachSoundPlayer( SoundPlayer* player ) in DetachSoundPlayer()
715 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor()
732 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor()
750 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()
767 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
785 int BasicSound::GetRemainingFadeFrames() const in GetRemainingFadeFrames()
799 int BasicSound::GetRemainingPauseFadeFrames() const in GetRemainingPauseFadeFrames()
814 void BasicSound::SetPlayerPriority( int priority ) in SetPlayerPriority()
835 void BasicSound::SetInitialVolume( f32 volume ) in SetInitialVolume()
841 f32 BasicSound::GetInitialVolume() const in GetInitialVolume()
855 void BasicSound::SetVolume( f32 volume, int frames ) in SetVolume()
861 f32 BasicSound::GetVolume() const in GetVolume()
875 void BasicSound::SetPitch( f32 pitch ) in SetPitch()
880 f32 BasicSound::GetPitch() const in GetPitch()
894 void BasicSound::SetPan( f32 pan ) in SetPan()
898 f32 BasicSound::GetPan() const in GetPan()
912 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
916 f32 BasicSound::GetLpfFreq() const in GetLpfFreq()
931 void BasicSound::SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
936 void BasicSound::GetBiquadFilter( int* type, f32* value ) const in GetBiquadFilter()
957 void BasicSound::SetSurroundPan( f32 surroundPan ) in SetSurroundPan()
961 f32 BasicSound::GetSurroundPan() const in GetSurroundPan()
975 void BasicSound::SetMainSend( f32 send ) in SetMainSend()
979 f32 BasicSound::GetMainSend() const in GetMainSend()
994 void BasicSound::SetFxSend( AuxBus bus, f32 send ) in SetFxSend()
999 f32 BasicSound::GetFxSend( AuxBus bus ) const in GetFxSend()
1017 void BasicSound::SetPanMode( PanMode panMode ) in SetPanMode()
1038 void BasicSound::SetPanCurve( PanCurve panCurve ) in SetPanCurve()
1050 void BasicSound::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass()
1071 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo()
1099 int BasicSound::GetAmbientPriority( const AmbientInfo& ambientInfo, u32 soundId ) in GetAmbientPriority()
1112 bool BasicSound::IsAttachedGeneralHandle() in IsAttachedGeneralHandle()
1117 bool BasicSound::IsAttachedTempGeneralHandle() in IsAttachedTempGeneralHandle()
1122 void BasicSound::DetachGeneralHandle() in DetachGeneralHandle()
1127 void BasicSound::DetachTempGeneralHandle() in DetachTempGeneralHandle()
1132 void BasicSound::SetId( u32 id ) in SetId()