System: Switch to new capture file on video FPS change

This commit is contained in:
Stenzek
2024-08-18 12:34:22 +10:00
parent 44a12db931
commit b274bf4d57
4 changed files with 76 additions and 22 deletions

View File

@@ -56,10 +56,12 @@ public:
// TODO: make non-virtual?
virtual const std::string& GetPath() const = 0;
virtual std::string GetNextCapturePath() const = 0;
virtual bool IsCapturingAudio() const = 0;
virtual bool IsCapturingVideo() const = 0;
virtual u32 GetVideoWidth() const = 0;
virtual u32 GetVideoHeight() const = 0;
virtual float GetVideoFPS() const = 0;
/// Returns the elapsed time in seconds.
virtual time_t GetElapsedTime() const = 0;