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

Data Fields

const AVClassclass
 
xcb_connection_t * conn
 
xcb_screen_t * screen
 
xcb_window_t window
 
int64_t time_frame
 
AVRational time_base
 
int x
 
int y
 
int width
 
int height
 
int frame_size
 
int bpp
 
int draw_mouse
 
int follow_mouse
 
int show_region
 
int region_border
 
int centered
 
const char * video_size
 
const char * framerate
 
int has_shm
 

Detailed Description

Definition at line 49 of file xcbgrab.c.

Field Documentation

const AVClass* XCBGrabContext::class

Definition at line 50 of file xcbgrab.c.

xcb_connection_t* XCBGrabContext::conn
xcb_screen_t* XCBGrabContext::screen
xcb_window_t XCBGrabContext::window

Definition at line 54 of file xcbgrab.c.

Referenced by draw_rectangle(), setup_window(), and xcbgrab_update_region().

int64_t XCBGrabContext::time_frame

Definition at line 58 of file xcbgrab.c.

Referenced by create_stream(), and wait_frame().

AVRational XCBGrabContext::time_base

Definition at line 59 of file xcbgrab.c.

Referenced by create_stream(), and wait_frame().

int XCBGrabContext::x
int XCBGrabContext::y
int XCBGrabContext::width
int XCBGrabContext::height
int XCBGrabContext::frame_size

Definition at line 63 of file xcbgrab.c.

Referenced by pixfmt_from_pixmap_format().

int XCBGrabContext::bpp

Definition at line 64 of file xcbgrab.c.

Referenced by pixfmt_from_pixmap_format(), and xcbgrab_read_header().

int XCBGrabContext::draw_mouse

Definition at line 66 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().

int XCBGrabContext::follow_mouse

Definition at line 67 of file xcbgrab.c.

Referenced by xcbgrab_read_packet(), and xcbgrab_reposition().

int XCBGrabContext::show_region

Definition at line 68 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().

int XCBGrabContext::region_border

Definition at line 69 of file xcbgrab.c.

Referenced by draw_rectangle(), setup_window(), and xcbgrab_update_region().

int XCBGrabContext::centered

Definition at line 70 of file xcbgrab.c.

const char* XCBGrabContext::video_size

Definition at line 72 of file xcbgrab.c.

Referenced by create_stream().

const char* XCBGrabContext::framerate

Definition at line 73 of file xcbgrab.c.

Referenced by create_stream().

int XCBGrabContext::has_shm

Definition at line 75 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().


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