Lines Matching refs:IsAttachedSound
114 if ( IsAttachedSound() ) m_pSound->StartPrepared(); in StartPrepared()
148 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
181 if ( IsAttachedSound() ) m_pSound->Pause( flag, fadeFrames ); in Pause()
200 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared()
209 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause()
239 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
259 if ( IsAttachedSound() ) return m_pSound->GetRemainingFadeFrames(); in GetRemainingFadeFrames()
279 if ( IsAttachedSound() ) return m_pSound->GetRemainingPauseFadeFrames(); in GetRemainingPauseFadeFrames()
320 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
346 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
371 if ( IsAttachedSound() ) m_pSound->SetPan( pan ); in SetPan()
397 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
422 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
464 if ( IsAttachedSound() ) in SetBiquadFilter()
495 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
529 if ( IsAttachedSound() ) m_pSound->SetMainSend( send ); in SetMainSend()
556 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
570 bool IsAttachedSound() const { return m_pSound != NULL; } in IsAttachedSound() function
607 if ( IsAttachedSound() ) m_pSound->SetId( id ); in SetId()
624 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
632 if ( ! IsAttachedSound() ) return NULL; in GetAmbientParam()