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

Data Fields

const AVClassclass
 
double level_in
 
double level_sc
 
double attack
 
double release
 
double threshold
 
double ratio
 
double knee
 
double makeup
 
double range
 
int link
 
int detection
 
double thres
 
double knee_start
 
double lin_knee_stop
 
double knee_stop
 
double lin_slope
 
double attack_coeff
 
double release_coeff
 
AVAudioFifofifo [2]
 
int64_t pts
 

Detailed Description

Definition at line 35 of file af_agate.c.

Field Documentation

const AVClass* AudioGateContext::class

Definition at line 36 of file af_agate.c.

double AudioGateContext::level_in

Definition at line 38 of file af_agate.c.

double AudioGateContext::level_sc

Definition at line 39 of file af_agate.c.

double AudioGateContext::attack

Definition at line 40 of file af_agate.c.

Referenced by agate_config_input().

double AudioGateContext::release

Definition at line 41 of file af_agate.c.

Referenced by agate_config_input().

double AudioGateContext::threshold

Definition at line 42 of file af_agate.c.

Referenced by agate_config_input().

double AudioGateContext::ratio

Definition at line 43 of file af_agate.c.

Referenced by gate().

double AudioGateContext::knee

Definition at line 44 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::makeup

Definition at line 45 of file af_agate.c.

Referenced by gate().

double AudioGateContext::range

Definition at line 46 of file af_agate.c.

Referenced by gate().

int AudioGateContext::link

Definition at line 47 of file af_agate.c.

Referenced by gate().

int AudioGateContext::detection

Definition at line 48 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::thres

Definition at line 50 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::knee_start

Definition at line 51 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::lin_knee_stop

Definition at line 52 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::knee_stop

Definition at line 53 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::lin_slope

Definition at line 54 of file af_agate.c.

Referenced by gate().

double AudioGateContext::attack_coeff

Definition at line 55 of file af_agate.c.

Referenced by agate_config_input(), and gate().

double AudioGateContext::release_coeff

Definition at line 56 of file af_agate.c.

Referenced by agate_config_input(), and gate().

AVAudioFifo* AudioGateContext::fifo[2]

Definition at line 58 of file af_agate.c.

int64_t AudioGateContext::pts

Definition at line 59 of file af_agate.c.


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