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 |
550 TBool CFileAudioOutput::IsTimePosSeekable() |
|
551 { |
|
552 return EFalse; |
|
553 } |
551 // ========================== OTHER EXPORTED FUNCTIONS ========================= |
554 // ========================== OTHER EXPORTED FUNCTIONS ========================= |
552 |
555 |
553 // End of file |
556 // End of file |