mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/FileAudioOutput/Src/FileAudioOutput.cpp
equal
deleted
inserted
replaced
545 } |
545 } |
546 EXPORT_C TBool CFileAudioOutput::IsDSStopped() |
546 EXPORT_C TBool CFileAudioOutput::IsDSStopped() |
547 { |
547 { |
548 return EFalse; |
548 return EFalse; |
549 } |
549 } |
550 TBool CFileAudioOutput::IsTimePosSeekable() |
550 |
551 { |
|
552 return EFalse; |
|
553 } |
|
554 // ========================== OTHER EXPORTED FUNCTIONS ========================= |
551 // ========================== OTHER EXPORTED FUNCTIONS ========================= |
555 |
552 |
556 // End of file |
553 // End of file |