FFmpeg
Data Fields
CompBand Struct Reference

Data Fields

CompandT transfer_fn
 
double * attack_rate
 
double * decay_rate
 
double * volume
 
double delay
 
double topfreq
 
Crossover filter
 
AVFramedelay_buf
 
size_t delay_size
 
ptrdiff_t delay_buf_ptr
 
size_t delay_buf_cnt
 

Detailed Description

Definition at line 67 of file af_mcompand.c.

Field Documentation

◆ transfer_fn

CompandT CompBand::transfer_fn

Definition at line 68 of file af_mcompand.c.

Referenced by mcompand_channel().

◆ attack_rate

double* CompBand::attack_rate

Definition at line 69 of file af_mcompand.c.

◆ decay_rate

double* CompBand::decay_rate

Definition at line 70 of file af_mcompand.c.

◆ volume

double* CompBand::volume

Definition at line 71 of file af_mcompand.c.

Referenced by mcompand_channel().

◆ delay

double CompBand::delay

Definition at line 72 of file af_mcompand.c.

◆ topfreq

double CompBand::topfreq

Definition at line 73 of file af_mcompand.c.

◆ filter

Crossover CompBand::filter

Definition at line 74 of file af_mcompand.c.

◆ delay_buf

AVFrame* CompBand::delay_buf

Definition at line 75 of file af_mcompand.c.

Referenced by mcompand_channel().

◆ delay_size

size_t CompBand::delay_size

Definition at line 76 of file af_mcompand.c.

Referenced by mcompand_channel().

◆ delay_buf_ptr

ptrdiff_t CompBand::delay_buf_ptr

Definition at line 77 of file af_mcompand.c.

Referenced by mcompand_channel().

◆ delay_buf_cnt

size_t CompBand::delay_buf_cnt

Definition at line 78 of file af_mcompand.c.

Referenced by mcompand_channel().


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