| 
    FFmpeg
    
   | 
 
#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... | |
Definition at line 109 of file avdevice.h.
| int AVDeviceRect::x | 
x coordinate of top left corner
Definition at line 110 of file avdevice.h.
Referenced by opengl_create_window().
| int AVDeviceRect::y | 
y coordinate of top left corner
Definition at line 111 of file avdevice.h.
Referenced by opengl_create_window().
| int AVDeviceRect::width | 
width
Definition at line 112 of file avdevice.h.
Referenced by opengl_control_message(), and opengl_create_window().
| int AVDeviceRect::height | 
height
Definition at line 113 of file avdevice.h.
Referenced by opengl_control_message(), and opengl_create_window().
 1.8.6