FFmpeg
Data Fields
DrawVGContext Struct Reference

Data Fields

const AVClassclass
 
cairo_format_t cairo_format
 Equivalent to AVPixelFormat. More...
 
double time_start
 Time in seconds of the first frame. More...
 
uint8_t * script_text
 Inline source. More...
 
uint8_t * script_file
 File path to load the source. More...
 
struct VGSProgram program
 

Detailed Description

Definition at line 2499 of file vf_drawvg.c.

Field Documentation

◆ class

const AVClass* DrawVGContext::class

Definition at line 2500 of file vf_drawvg.c.

◆ cairo_format

cairo_format_t DrawVGContext::cairo_format

Equivalent to AVPixelFormat.

Definition at line 2503 of file vf_drawvg.c.

Referenced by drawvg_config_props(), and drawvg_filter_frame().

◆ time_start

double DrawVGContext::time_start

Time in seconds of the first frame.

Definition at line 2506 of file vf_drawvg.c.

Referenced by drawvg_filter_frame().

◆ script_text

uint8_t* DrawVGContext::script_text

Inline source.

Definition at line 2509 of file vf_drawvg.c.

◆ script_file

uint8_t* DrawVGContext::script_file

File path to load the source.

Definition at line 2512 of file vf_drawvg.c.

◆ program

struct VGSProgram DrawVGContext::program

Definition at line 2514 of file vf_drawvg.c.

Referenced by drawvg_filter_frame(), and drawvg_uninit().


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