Lines Matching refs:IsAttachedSound

112         if ( IsAttachedSound() ) m_pSound->StartPrepared();  in StartPrepared()
143 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
173 if ( IsAttachedSound() ) m_pSound->Pause( flag, fadeFrames ); in Pause()
192 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared()
201 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause()
228 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
245 if ( IsAttachedSound() ) return m_pSound->GetRemainingFadeFrames(); in GetRemainingFadeFrames()
262 if ( IsAttachedSound() ) return m_pSound->GetRemainingPauseFadeFrames(); in GetRemainingPauseFadeFrames()
300 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
326 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
351 if ( IsAttachedSound() ) m_pSound->SetPan( pan ); in SetPan()
377 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
402 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
444 if ( IsAttachedSound() ) in SetBiquadFilter()
475 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
509 if ( IsAttachedSound() ) m_pSound->SetMainSend( send ); in SetMainSend()
536 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
550 bool IsAttachedSound() const { return m_pSound != NULL; } in IsAttachedSound() function
587 if ( IsAttachedSound() ) m_pSound->SetId( id ); in SetId()
604 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
612 if ( ! IsAttachedSound() ) return NULL; in GetAmbientParam()