Lines Matching refs:BasicSound
29 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(BasicSound);
40 BasicSound::BasicSound() in BasicSound() function in nw::snd::internal::BasicSound
54 void BasicSound::Initialize() in Initialize()
128 void BasicSound::SetPriority( int priority, int ambientPriority ) in SetPriority()
135 void BasicSound::GetPriority( int* priority, int* ambientPriority ) const in GetPriority()
156 void BasicSound::Finalize() in Finalize()
229 void BasicSound::StartPrepared() in StartPrepared()
243 void BasicSound::Stop( int fadeFrames ) in Stop()
273 void BasicSound::Pause( bool flag, int fadeFrames ) in Pause()
328 void BasicSound::SetAutoStopCounter( int frames ) in SetAutoStopCounter()
343 void BasicSound::FadeIn( int frames ) in FadeIn()
359 bool BasicSound::IsPause() const in IsPause()
373 void BasicSound::Update() in Update()
544 void BasicSound::UpdateMoveValue() in UpdateMoveValue()
550 void BasicSound::UpdateParam() in UpdateParam()
638 void BasicSound::AttachPlayerHeap( PlayerHeap* pHeap ) in AttachPlayerHeap()
655 void BasicSound::DetachPlayerHeap( PlayerHeap* pHeap ) in DetachPlayerHeap()
673 void BasicSound::AttachSoundPlayer( SoundPlayer* player ) in AttachSoundPlayer()
690 void BasicSound::DetachSoundPlayer( SoundPlayer* player ) in DetachSoundPlayer()
708 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor()
725 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor()
743 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()
760 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
778 int BasicSound::GetRemainingFadeFrames() const in GetRemainingFadeFrames()
792 int BasicSound::GetRemainingPauseFadeFrames() const in GetRemainingPauseFadeFrames()
807 void BasicSound::SetPlayerPriority( int priority ) in SetPlayerPriority()
828 void BasicSound::SetInitialVolume( f32 volume ) in SetInitialVolume()
834 f32 BasicSound::GetInitialVolume() const in GetInitialVolume()
848 void BasicSound::SetVolume( f32 volume, int frames ) in SetVolume()
854 f32 BasicSound::GetVolume() const in GetVolume()
868 void BasicSound::SetPitch( f32 pitch ) in SetPitch()
873 f32 BasicSound::GetPitch() const in GetPitch()
887 void BasicSound::SetPan( f32 pan ) in SetPan()
891 f32 BasicSound::GetPan() const in GetPan()
905 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
909 f32 BasicSound::GetLpfFreq() const in GetLpfFreq()
924 void BasicSound::SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
929 void BasicSound::GetBiquadFilter( int* type, f32* value ) const in GetBiquadFilter()
950 void BasicSound::SetSurroundPan( f32 surroundPan ) in SetSurroundPan()
954 f32 BasicSound::GetSurroundPan() const in GetSurroundPan()
968 void BasicSound::SetMainSend( f32 send ) in SetMainSend()
972 f32 BasicSound::GetMainSend() const in GetMainSend()
987 void BasicSound::SetFxSend( AuxBus bus, f32 send ) in SetFxSend()
992 f32 BasicSound::GetFxSend( AuxBus bus ) const in GetFxSend()
1010 void BasicSound::SetPanMode( PanMode panMode ) in SetPanMode()
1031 void BasicSound::SetPanCurve( PanCurve panCurve ) in SetPanCurve()
1043 void BasicSound::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass()
1064 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo()
1090 int BasicSound::GetAmbientPriority( const AmbientInfo& ambientInfo, u32 soundId ) in GetAmbientPriority()
1103 bool BasicSound::IsAttachedGeneralHandle() in IsAttachedGeneralHandle()
1108 bool BasicSound::IsAttachedTempGeneralHandle() in IsAttachedTempGeneralHandle()
1113 void BasicSound::DetachGeneralHandle() in DetachGeneralHandle()
1118 void BasicSound::DetachTempGeneralHandle() in DetachTempGeneralHandle()
1123 void BasicSound::SetId( u32 id ) in SetId()