mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user