aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 21:16:59 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 21:16:59 +0000
commit391f7559e77cf98ea3b5a1fba94a8fa6f4307da8 (patch)
treeca83b3a1d5735027688b0f477c8d46262145336e /lib/service/servicemp3.cpp
parent36940d42cf3cc58b40a5a6f5fe86bad50ff48ad7 (diff)
downloadenigma2-391f7559e77cf98ea3b5a1fba94a8fa6f4307da8.tar.gz
enigma2-391f7559e77cf98ea3b5a1fba94a8fa6f4307da8.zip
add support for read signal quality, power and biterror rate from python
Diffstat (limited to 'lib/service/servicemp3.cpp')
-rw-r--r--lib/service/servicemp3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index dc038a85..8f999471 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -149,6 +149,7 @@ RESULT eServiceMP3::stop()
RESULT eServiceMP3::pause(ePtr<iPauseableService> &ptr) { ptr=this; return 0; }
RESULT eServiceMP3::seek(ePtr<iSeekableService> &ptr) { ptr = 0; return -1; }
+RESULT eServiceMP3::frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; }
RESULT eServiceMP3::audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; };
// iPausableService