stream optimizations

This commit is contained in:
Maik Jurischka
2025-12-12 14:37:57 +01:00
parent 43a1abdd31
commit 9c9f822f35
10 changed files with 168 additions and 24 deletions

View File

@@ -14,10 +14,10 @@ public:
bool start(const std::string& gstPipeline);
void stop();
bool isRunning() const { return running_; }
[[nodiscard]] bool isRunning() const { return running_; }
void setFormat(const VxFormat& format);
VxFormat getCurrentFormat() const { return currentFormat_; }
[[nodiscard]] VxFormat getCurrentFormat() const { return currentFormat_; }
void setPipelineDescription(const std::string& pipeline);