FFmpeg  3.3.9
Data Fields
ShowVolumeContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int b
 
double f
 
AVRational frame_rate
 
char * color
 
int orientation
 
int step
 
AVFrameout
 
AVExprc_expr
 
int draw_text
 
int draw_volume
 
double * values
 
uint32_t * color_lut
 

Detailed Description

Definition at line 37 of file avf_showvolume.c.

Field Documentation

◆ class

const AVClass* ShowVolumeContext::class

Definition at line 38 of file avf_showvolume.c.

◆ w

int ShowVolumeContext::w

Definition at line 39 of file avf_showvolume.c.

Referenced by config_input(), config_output(), and filter_frame().

◆ h

int ShowVolumeContext::h

Definition at line 39 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

◆ b

int ShowVolumeContext::b

Definition at line 40 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

◆ f

double ShowVolumeContext::f

Definition at line 41 of file avf_showvolume.c.

Referenced by filter_frame().

◆ frame_rate

AVRational ShowVolumeContext::frame_rate

Definition at line 42 of file avf_showvolume.c.

Referenced by config_input(), and config_output().

◆ color

char* ShowVolumeContext::color

Definition at line 43 of file avf_showvolume.c.

Referenced by init().

◆ orientation

int ShowVolumeContext::orientation

Definition at line 44 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

◆ step

int ShowVolumeContext::step

Definition at line 45 of file avf_showvolume.c.

Referenced by filter_frame().

◆ out

AVFrame* ShowVolumeContext::out

Definition at line 47 of file avf_showvolume.c.

Referenced by filter_frame(), and uninit().

◆ c_expr

AVExpr* ShowVolumeContext::c_expr

Definition at line 48 of file avf_showvolume.c.

Referenced by config_output(), init(), and uninit().

◆ draw_text

int ShowVolumeContext::draw_text

Definition at line 49 of file avf_showvolume.c.

Referenced by filter_frame().

◆ draw_volume

int ShowVolumeContext::draw_volume

Definition at line 50 of file avf_showvolume.c.

Referenced by filter_frame().

◆ values

double* ShowVolumeContext::values

Definition at line 51 of file avf_showvolume.c.

Referenced by config_input(), config_output(), filter_frame(), and uninit().

◆ color_lut

uint32_t* ShowVolumeContext::color_lut

Definition at line 52 of file avf_showvolume.c.

Referenced by config_input(), config_output(), filter_frame(), and uninit().


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