FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ShowVolumeContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int f
 
int b
 
AVRational frame_rate
 
char * color
 
AVFrameout
 
AVExprc_expr
 
int draw_text
 

Detailed Description

Definition at line 33 of file avf_showvolume.c.

Field Documentation

const AVClass* ShowVolumeContext::class

Definition at line 34 of file avf_showvolume.c.

int ShowVolumeContext::w

Definition at line 35 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

int ShowVolumeContext::h

Definition at line 35 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

int ShowVolumeContext::f

Definition at line 36 of file avf_showvolume.c.

Referenced by filter_frame().

int ShowVolumeContext::b

Definition at line 36 of file avf_showvolume.c.

Referenced by config_output(), and filter_frame().

AVRational ShowVolumeContext::frame_rate

Definition at line 37 of file avf_showvolume.c.

Referenced by config_input(), and config_output().

char* ShowVolumeContext::color

Definition at line 38 of file avf_showvolume.c.

Referenced by init().

AVFrame* ShowVolumeContext::out

Definition at line 40 of file avf_showvolume.c.

Referenced by filter_frame(), and uninit().

AVExpr* ShowVolumeContext::c_expr

Definition at line 41 of file avf_showvolume.c.

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

int ShowVolumeContext::draw_text

Definition at line 42 of file avf_showvolume.c.

Referenced by filter_frame().


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