add support for read signal quality, power and biterror rate from python
[enigma2.git] / lib / service / servicemp3.h
index bf18e92b60f7b6100dd8cb41ba31a376a538d82a..9f1a8e9fc6a4706c1d071d429aa86510c80c37df 100644 (file)
@@ -58,6 +58,7 @@ public:
        RESULT pause(ePtr<iPauseableService> &ptr);
        RESULT seek(ePtr<iSeekableService> &ptr);
        RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr);
+       RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr);
 
                // iPausableService
        RESULT pause();