zapit/include/zapit/zapit.h: add EnablePlayback() to lock/unlock playback starting

This commit is contained in:
[CST] Focus
2013-09-03 11:43:55 +04:00
parent bb5bae7deb
commit b4cf20a9fd

View File

@@ -261,5 +261,6 @@ class CZapit : public OpenThreads::Thread
bool StopPip();
void Lock() { mutex.lock(); }
void Unlock() { mutex.unlock(); }
void EnablePlayback(bool enable) { playbackStopForced = !enable; }
};
#endif /* __zapit_h__ */