Add QuadPiP plugin.
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDPlayer / src / servicedvd.h
index 80cfcf0..47e02d1 100644 (file)
@@ -45,6 +45,8 @@ public:
        RESULT streamed(ePtr<iStreamedService> &ptr) { ptr = 0; return -1; }
        RESULT cueSheet(ePtr<iCueSheet> &ptr);
 
+       void setQpipMode(bool value, bool audio) { }
+
                // iPlayableService
        RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection);
        RESULT start();