FFmpeg
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
 
int mode
 
double thres
 
double knee_start
 
double knee_stop
 
double lin_knee_start
 
double lin_knee_stop
 
double lin_slope
 
double attack_coeff
 
double release_coeff
 
AVAudioFifofifo [2]
 
int64_t pts
 

Detailed Description

Definition at line 37 of file af_agate.c.

Field Documentation

◆ class

const AVClass* AudioGateContext::class

Definition at line 38 of file af_agate.c.

◆ level_in

double AudioGateContext::level_in

Definition at line 40 of file af_agate.c.

◆ level_sc

double AudioGateContext::level_sc

Definition at line 41 of file af_agate.c.

◆ attack

double AudioGateContext::attack

Definition at line 42 of file af_agate.c.

◆ release

double AudioGateContext::release

Definition at line 43 of file af_agate.c.

◆ threshold

double AudioGateContext::threshold

Definition at line 44 of file af_agate.c.

◆ ratio

double AudioGateContext::ratio

Definition at line 45 of file af_agate.c.

◆ knee

double AudioGateContext::knee

Definition at line 46 of file af_agate.c.

◆ makeup

double AudioGateContext::makeup

Definition at line 47 of file af_agate.c.

◆ range

double AudioGateContext::range

Definition at line 48 of file af_agate.c.

◆ link

int AudioGateContext::link

Definition at line 49 of file af_agate.c.

◆ detection

int AudioGateContext::detection

Definition at line 50 of file af_agate.c.

◆ mode

int AudioGateContext::mode

Definition at line 51 of file af_agate.c.

◆ thres

double AudioGateContext::thres

Definition at line 53 of file af_agate.c.

◆ knee_start

double AudioGateContext::knee_start

Definition at line 54 of file af_agate.c.

◆ knee_stop

double AudioGateContext::knee_stop

Definition at line 55 of file af_agate.c.

◆ lin_knee_start

double AudioGateContext::lin_knee_start

Definition at line 56 of file af_agate.c.

◆ lin_knee_stop

double AudioGateContext::lin_knee_stop

Definition at line 57 of file af_agate.c.

◆ lin_slope

double AudioGateContext::lin_slope

Definition at line 58 of file af_agate.c.

◆ attack_coeff

double AudioGateContext::attack_coeff

Definition at line 59 of file af_agate.c.

◆ release_coeff

double AudioGateContext::release_coeff

Definition at line 60 of file af_agate.c.

◆ fifo

AVAudioFifo* AudioGateContext::fifo[2]

Definition at line 62 of file af_agate.c.

◆ pts

int64_t AudioGateContext::pts

Definition at line 63 of file af_agate.c.


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