GstVideoRectangle

Helper structure representing a rectangular area.

struct GstVideoRectangle {}

Members

Variables

h
int h;

height of the rectangle

w
int w;

width of the rectangle

x
int x;

X coordinate of rectangle's top-left point

y
int y;

Y coordinate of rectangle's top-left point