AVDeviceRect

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct AVDeviceRect {}

Members

Variables

height
int height;

< height

width
int width;

< width

x
int x;

< x coordinate of top left corner

y
int y;

< y coordinate of top left corner

Meta