FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVDeviceRect Struct Reference

#include <avdevice.h>

Data Fields

int x
 x coordinate of top left corner More...
 
int y
 y coordinate of top left corner More...
 
int width
 width More...
 
int height
 height More...
 

Detailed Description

Definition at line 108 of file avdevice.h.

Field Documentation

int AVDeviceRect::x

x coordinate of top left corner

Definition at line 109 of file avdevice.h.

Referenced by opengl_create_window().

int AVDeviceRect::y

y coordinate of top left corner

Definition at line 110 of file avdevice.h.

Referenced by opengl_create_window().

int AVDeviceRect::width

width

Definition at line 111 of file avdevice.h.

Referenced by opengl_control_message(), and opengl_create_window().

int AVDeviceRect::height

height

Definition at line 112 of file avdevice.h.

Referenced by opengl_control_message(), and opengl_create_window().


The documentation for this struct was generated from the following file: