FFmpeg
Data Fields
GraphMonitorContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
float opacity
 
int mode
 
int flags
 
AVRational frame_rate
 
int64_t pts
 
int64_t next_pts
 
uint8_t white [4]
 
uint8_t yellow [4]
 
uint8_t red [4]
 
uint8_t green [4]
 
uint8_t blue [4]
 
uint8_t bg [4]
 

Detailed Description

Definition at line 35 of file f_graphmonitor.c.

Field Documentation

◆ class

const AVClass* GraphMonitorContext::class

Definition at line 36 of file f_graphmonitor.c.

◆ w

int GraphMonitorContext::w

Definition at line 38 of file f_graphmonitor.c.

◆ h

int GraphMonitorContext::h

Definition at line 38 of file f_graphmonitor.c.

◆ opacity

float GraphMonitorContext::opacity

Definition at line 39 of file f_graphmonitor.c.

◆ mode

int GraphMonitorContext::mode

Definition at line 40 of file f_graphmonitor.c.

◆ flags

int GraphMonitorContext::flags

Definition at line 41 of file f_graphmonitor.c.

◆ frame_rate

AVRational GraphMonitorContext::frame_rate

Definition at line 42 of file f_graphmonitor.c.

◆ pts

int64_t GraphMonitorContext::pts

Definition at line 44 of file f_graphmonitor.c.

◆ next_pts

int64_t GraphMonitorContext::next_pts

Definition at line 45 of file f_graphmonitor.c.

◆ white

uint8_t GraphMonitorContext::white[4]

Definition at line 46 of file f_graphmonitor.c.

◆ yellow

uint8_t GraphMonitorContext::yellow[4]

Definition at line 47 of file f_graphmonitor.c.

◆ red

uint8_t GraphMonitorContext::red[4]

Definition at line 48 of file f_graphmonitor.c.

◆ green

uint8_t GraphMonitorContext::green[4]

Definition at line 49 of file f_graphmonitor.c.

◆ blue

uint8_t GraphMonitorContext::blue[4]

Definition at line 50 of file f_graphmonitor.c.

◆ bg

uint8_t GraphMonitorContext::bg[4]

Definition at line 51 of file f_graphmonitor.c.


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