X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicedvb.h;h=6ab3b347af6a6cd52149081cf5475df1087007d8;hp=e3c7fd58933fa13e0510f46bbb0129a1ed2333c9;hb=39bcbbae7cd1d2db59ddbf6cbae665313a322f3a;hpb=2b366799c5f6115a2d9a4e4f5b7d3a3e1305fb4e diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h index e3c7fd5..6ab3b34 100644 --- a/lib/service/servicedvb.h +++ b/lib/service/servicedvb.h @@ -159,7 +159,7 @@ public: // iTimeshiftService RESULT startTimeshift(); - RESULT stopTimeshift(); + RESULT stopTimeshift(bool switchToLive=true); int isTimeshiftActive(); RESULT activateTimeshift(); @@ -230,7 +230,7 @@ private: void switchToLive(); void switchToTimeshift(); - void updateDecoder(); + void updateDecoder(bool sendSeekableStateChanged=false); int m_skipmode; int m_fastforward;