mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-10 02:26:02 -05:00
Add temp variable support to streaming condition
This commit is contained in:
@@ -30,7 +30,8 @@ public:
|
||||
NumberVariable<int> _keyFrameInterval = 0;
|
||||
|
||||
private:
|
||||
int GetKeyFrameInterval();
|
||||
void SetupTempVars();
|
||||
int GetKeyFrameInterval() const;
|
||||
|
||||
std::chrono::high_resolution_clock::time_point _lastStreamStartingTime{};
|
||||
std::chrono::high_resolution_clock::time_point _lastStreamStoppingTime{};
|
||||
|
||||
Reference in New Issue
Block a user