add ability to selecte the audio channel (mono left, stereo, mono right) from python
[enigma2.git] / lib / service / servicemp3.h
index cb400cc6789536cd1b708267be51a26b691a5e31..c6a0df062c443a231a07a8a5a6a5b4bef924f609 100644 (file)
@@ -58,6 +58,7 @@ public:
        RESULT seek(ePtr<iSeekableService> &ptr);
 
                // not implemented (yet)
+       RESULT audioChannel(ePtr<iAudioChannelSelection> &ptr) { ptr = 0; return -1; }
        RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; }
        RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; }
        RESULT subServices(ePtr<iSubserviceList> &ptr) { ptr = 0; return -1; }