diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-06-19 23:42:17 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-06-19 23:42:17 +0000 |
| commit | bfdeaba338b77279203281c775a103c6910e5c64 (patch) | |
| tree | 40b14be7b1fb2e80563e7ab521ec60014a491ea2 /lib/service/servicemp3.h | |
| parent | 4b058610123896242bfefcb0c55873fb0d2a6a93 (diff) | |
| download | enigma2-bfdeaba338b77279203281c775a103c6910e5c64.tar.gz enigma2-bfdeaba338b77279203281c775a103c6910e5c64.zip | |
add stream() for play services
Diffstat (limited to 'lib/service/servicemp3.h')
| -rw-r--r-- | lib/service/servicemp3.h | 1 |
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(); |
