mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/DevSoundAudioOutput/Src/DevSoundAudioOutput.cpp
equal
deleted
inserted
replaced
988 void CDevSoundAudioOutput::SendEvent( |
988 void CDevSoundAudioOutput::SendEvent( |
989 const TMMFEvent& aEvent) |
989 const TMMFEvent& aEvent) |
990 { |
990 { |
991 iObserver->SendEvent(aEvent); |
991 iObserver->SendEvent(aEvent); |
992 } |
992 } |
993 TBool CDevSoundAudioOutput::IsTimePosSeekable() |
993 |
994 { |
|
995 if(!iDataSourceAdapter->IsTimeSeekable()&& (!iDataSourceAdapter->IsPositonSeekable())) |
|
996 return EFalse; |
|
997 else |
|
998 return ETrue; |
|
999 } |
|
1000 // ----------------------------------------------------------------------------- |
994 // ----------------------------------------------------------------------------- |
1001 // CDevSoundAudioOutput::ConvertFromDevSoundCapsToSampleRatesL |
995 // CDevSoundAudioOutput::ConvertFromDevSoundCapsToSampleRatesL |
1002 // Internal function to convert sampling rate from DevSound representation to |
996 // Internal function to convert sampling rate from DevSound representation to |
1003 // integer value |
997 // integer value |
1004 // ----------------------------------------------------------------------------- |
998 // ----------------------------------------------------------------------------- |