Lines Matching refs:IsAttachedSound

118         if ( IsAttachedSound() ) m_pSound->StartPrepared();  in StartPrepared()
146 if ( IsAttachedSound() ) m_pSound->Stop( fadeFrames ); in Stop()
179 if ( IsAttachedSound() ) m_pSound->Pause( flag, fadeFrames ); in Pause()
197 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared()
208 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause()
222 if ( ! IsAttachedSound() ) return false; in IsSuspendByLoadingDelay()
252 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
294 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
319 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
343 if ( IsAttachedSound() ) m_pSound->SetPan( pan ); in SetPan()
371 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
399 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
419 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
448 if ( IsAttachedSound() ) m_pSound->SetMainSend( send ); in SetMainSend()
475 if ( IsAttachedSound() ) m_pSound->SetFxSend( bus, send ); in SetFxSend()
518 if ( IsAttachedSound() ) m_pSound->SetTrackVolume( trackBitFlag, volume, frames );
549 if ( IsAttachedSound() ) m_pSound->SetTrackPan( trackBitFlag, pan ); in SetTrackPan()
581 if ( IsAttachedSound() ) m_pSound->SetTrackSurroundPan( trackBitFlag, surroundPan ); in SetTrackSurroundPan()
597 bool IsAttachedSound() const { return m_pSound != NULL; } in IsAttachedSound() function
636 if ( IsAttachedSound() ) m_pSound->SetId( id ); in SetId()
653 if ( IsAttachedSound() ) return m_pSound->GetId(); in GetId()
677 if ( ! IsAttachedSound() ) return NULL; in GetAmbientParam()
705 if ( ! IsAttachedSound() ) return false; in ReadStreamDataInfo()
722 if ( ! IsAttachedSound() ) return -1; in GetPlayLoopCount()
739 if ( ! IsAttachedSound() ) return -1; in GetPlaySamplePosition()
768 if ( ! IsAttachedSound() ) return 0.0f; in GetFilledBufferPercentage()