stream optimizations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user