FFmpeg
|
Data Fields | |
const AVClass * | class |
int | distance_mm |
int | distance_cm |
int | distance_m |
double | dry |
double | wet |
int | temp |
unsigned | delay |
unsigned | w_ptr |
unsigned | buf_size |
AVFrame * | delay_frame |
Definition at line 28 of file af_compensationdelay.c.
const AVClass* CompensationDelayContext::class |
Definition at line 29 of file af_compensationdelay.c.
int CompensationDelayContext::distance_mm |
Definition at line 30 of file af_compensationdelay.c.
Referenced by config_input().
int CompensationDelayContext::distance_cm |
Definition at line 31 of file af_compensationdelay.c.
Referenced by config_input().
int CompensationDelayContext::distance_m |
Definition at line 32 of file af_compensationdelay.c.
Referenced by config_input().
double CompensationDelayContext::dry |
Definition at line 33 of file af_compensationdelay.c.
Referenced by filter_frame().
double CompensationDelayContext::wet |
Definition at line 33 of file af_compensationdelay.c.
Referenced by filter_frame().
int CompensationDelayContext::temp |
Definition at line 34 of file af_compensationdelay.c.
Referenced by config_input().
unsigned CompensationDelayContext::delay |
Definition at line 36 of file af_compensationdelay.c.
Referenced by config_input(), and filter_frame().
unsigned CompensationDelayContext::w_ptr |
Definition at line 37 of file af_compensationdelay.c.
Referenced by filter_frame().
unsigned CompensationDelayContext::buf_size |
Definition at line 38 of file af_compensationdelay.c.
Referenced by config_input(), and filter_frame().
AVFrame* CompensationDelayContext::delay_frame |
Definition at line 39 of file af_compensationdelay.c.
Referenced by config_input(), filter_frame(), and uninit().