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

Origin commit data
------------------
Commit: b4cf20a9fd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
This commit is contained in:
[CST] Focus
2013-09-03 11:43:55 +04:00
parent e3446eef95
commit f40f264179

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__ */