aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-06-19 23:42:17 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-06-19 23:42:17 +0000
commitbfdeaba338b77279203281c775a103c6910e5c64 (patch)
tree40b14be7b1fb2e80563e7ab521ec60014a491ea2 /lib/service/servicemp3.h
parent4b058610123896242bfefcb0c55873fb0d2a6a93 (diff)
downloadenigma2-bfdeaba338b77279203281c775a103c6910e5c64.tar.gz
enigma2-bfdeaba338b77279203281c775a103c6910e5c64.zip
add stream() for play services
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index 49964883..f58464d1 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -67,6 +67,7 @@ public:
RESULT subtitle(ePtr<iSubtitleOutput> &ptr) { ptr = 0; return -1; }
RESULT audioDelay(ePtr<iAudioDelay> &ptr) { ptr = 0; return -1; }
RESULT rdsDecoder(ePtr<iRdsDecoder> &ptr) { ptr = 0; return -1; }
+ RESULT stream(ePtr<iStreamableService> &ptr) { ptr = 0; return -1; }
// iPausableService
RESULT pause();