add ability to selecte the audio channel (mono left, stereo, mono right) from python
[enigma2.git] / lib / service / servicemp3.h
index 279c3cf189d5fdd7a588ea9b166640f4f4c9f0ec..c6a0df062c443a231a07a8a5a6a5b4bef924f609 100644 (file)
@@ -49,6 +49,8 @@ public:
        RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection);
        RESULT start();
        RESULT stop();
+       RESULT setTarget(int target);
+       
        RESULT pause(ePtr<iPauseableService> &ptr);
        RESULT setSlowMotion(int ratio);
        RESULT setFastForward(int ratio);
@@ -56,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; }