mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Create Device Source and integration of Stream
This commit is contained in:
5
Stream.h
5
Stream.h
@@ -65,6 +65,10 @@ public:
|
||||
* True if its an image
|
||||
* */
|
||||
bool singleFrame() const;
|
||||
/**
|
||||
* True if its a live stream
|
||||
* */
|
||||
bool live() const;
|
||||
/**
|
||||
* Pause / Play
|
||||
* Can play backward if play speed is negative
|
||||
@@ -115,6 +119,7 @@ protected:
|
||||
guint width_;
|
||||
guint height_;
|
||||
bool single_frame_;
|
||||
bool live_;
|
||||
|
||||
// GST & Play status
|
||||
GstState desired_state_;
|
||||
|
||||
Reference in New Issue
Block a user