![]() |
Axoverlay Library
|
#include <axoverlay.h>
Data Fields | |
gint | id |
gint | camera |
gint | width |
gint | height |
gint | rotation |
gboolean | is_mirrored |
enum axoverlay_stream_type | type |
This struct contains information about a stream. It is used when rendering to give the developer a chance to adapt the behaviour of their code according to the properties of each stream.
gint axoverlay_stream_data::camera |
The id of the camera that the stream is for
gint axoverlay_stream_data::height |
The height of the stream independent of rotation. If the stream is rotated 90 or 270 degrees you have to swap width and height.
gint axoverlay_stream_data::id |
The id of the stream
gboolean axoverlay_stream_data::is_mirrored |
Flag indicating if mirroring is enabled for this stream
gint axoverlay_stream_data::rotation |
The rotation of the stream
gint axoverlay_stream_data::width |
The width of the stream independent of rotation. If the stream is rotated 90 or 270 degrees you have to swap width and height.