FFmpeg
Public Attributes | List of all members
gdigrab Struct Reference

GDI Device Demuxer context. More...

Public Attributes

const AVClassclass
 Class for private options.
 
int frame_size
 Size in bytes of the frame pixel data.
 
int header_size
 Size in bytes of the DIB header.
 
AVRational time_base
 Time base.
 
int64_t time_frame
 Current time.
 
int draw_mouse
 Draw mouse cursor (private option)
 
int show_region
 Draw border (private option)
 
AVRational framerate
 Capture framerate (private option)
 
int width
 Width of the grab frame (private option)
 
int height
 Height of the grab frame (private option)
 
int offset_x
 Capture x offset (private option)
 
int offset_y
 Capture y offset (private option)
 
HWND hwnd
 Handle of the window for the grab.
 
HDC source_hdc
 Source device context.
 
HDC dest_hdc
 Destination, source-compatible DC.
 
BITMAPINFO bmi
 Information describing DIB format.
 
HBITMAP hbmp
 Information on the bitmap captured.
 
void * buffer
 The buffer containing the bitmap image data.
 
RECT clip_rect
 The subarea of the screen or window to clip.
 
HWND region_hwnd
 Handle of the region border window.
 
int cursor_error_printed
 

Detailed Description

GDI Device Demuxer context.


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