FFmpeg  4.0
Data Fields
XCBGrabContext Struct Reference

Data Fields

const AVClassclass
 
uint8_tbuffer
 
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

◆ class

const AVClass* XCBGrabContext::class

Definition at line 50 of file xcbgrab.c.

◆ buffer

uint8_t* XCBGrabContext::buffer

Definition at line 52 of file xcbgrab.c.

Referenced by wait_frame(), and xcbgrab_read_close().

◆ conn

xcb_connection_t* XCBGrabContext::conn

◆ screen

xcb_screen_t* XCBGrabContext::screen

◆ window

xcb_window_t XCBGrabContext::window

Definition at line 56 of file xcbgrab.c.

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

◆ time_frame

int64_t XCBGrabContext::time_frame

Definition at line 60 of file xcbgrab.c.

Referenced by create_stream(), and wait_frame().

◆ time_base

AVRational XCBGrabContext::time_base

Definition at line 61 of file xcbgrab.c.

Referenced by create_stream(), and wait_frame().

◆ x

int XCBGrabContext::x

◆ y

int XCBGrabContext::y

◆ width

int XCBGrabContext::width

◆ height

int XCBGrabContext::height

◆ frame_size

int XCBGrabContext::frame_size

Definition at line 65 of file xcbgrab.c.

Referenced by pixfmt_from_pixmap_format(), and wait_frame().

◆ bpp

int XCBGrabContext::bpp

Definition at line 66 of file xcbgrab.c.

Referenced by pixfmt_from_pixmap_format(), wait_frame(), and xcbgrab_read_header().

◆ draw_mouse

int XCBGrabContext::draw_mouse

Definition at line 68 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().

◆ follow_mouse

int XCBGrabContext::follow_mouse

Definition at line 69 of file xcbgrab.c.

Referenced by xcbgrab_read_packet(), and xcbgrab_reposition().

◆ show_region

int XCBGrabContext::show_region

Definition at line 70 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().

◆ region_border

int XCBGrabContext::region_border

Definition at line 71 of file xcbgrab.c.

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

◆ centered

int XCBGrabContext::centered

Definition at line 72 of file xcbgrab.c.

◆ video_size

const char* XCBGrabContext::video_size

Definition at line 74 of file xcbgrab.c.

Referenced by create_stream().

◆ framerate

const char* XCBGrabContext::framerate

Definition at line 75 of file xcbgrab.c.

Referenced by create_stream().

◆ has_shm

int XCBGrabContext::has_shm

Definition at line 77 of file xcbgrab.c.

Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().


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