FFmpeg
|
Data Fields | |
const AVClass * | class |
AVAudioResampleContext * | avr |
int64_t | pts |
timestamp in samples of the first sample in fifo More... | |
int | min_delta |
pad/trim min threshold in samples More... | |
int | first_frame |
1 until filter_frame() has processed at least 1 frame with a pts != AV_NOPTS_VALUE More... | |
int64_t | first_pts |
user-specified first expected pts, in samples More... | |
int | comp |
current resample compensation More... | |
int | resample |
float | min_delta_sec |
int | max_comp |
int | got_output |
Definition at line 33 of file af_asyncts.c.
const AVClass* ASyncContext::class |
Definition at line 34 of file af_asyncts.c.
AVAudioResampleContext* ASyncContext::avr |
Definition at line 36 of file af_asyncts.c.
Referenced by config_props(), filter_frame(), get_delay(), handle_trimming(), request_frame(), uninit(), and write_to_fifo().
int64_t ASyncContext::pts |
timestamp in samples of the first sample in fifo
Definition at line 37 of file af_asyncts.c.
Referenced by filter_frame(), handle_trimming(), init(), and request_frame().
int ASyncContext::min_delta |
pad/trim min threshold in samples
Definition at line 38 of file af_asyncts.c.
Referenced by config_props(), and filter_frame().
int ASyncContext::first_frame |
1 until filter_frame() has processed at least 1 frame with a pts != AV_NOPTS_VALUE
Definition at line 39 of file af_asyncts.c.
Referenced by filter_frame(), handle_trimming(), and init().
int64_t ASyncContext::first_pts |
user-specified first expected pts, in samples
Definition at line 40 of file af_asyncts.c.
Referenced by filter_frame(), handle_trimming(), and request_frame().
int ASyncContext::comp |
current resample compensation
Definition at line 41 of file af_asyncts.c.
Referenced by filter_frame().
int ASyncContext::resample |
Definition at line 44 of file af_asyncts.c.
Referenced by config_props(), and filter_frame().
float ASyncContext::min_delta_sec |
Definition at line 45 of file af_asyncts.c.
Referenced by config_props().
int ASyncContext::max_comp |
Definition at line 46 of file af_asyncts.c.
Referenced by filter_frame().
int ASyncContext::got_output |
Definition at line 49 of file af_asyncts.c.
Referenced by filter_frame(), and request_frame().