| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| AVAudioResampleContext * | avr | 
| int64_t | pts | 
| timestamp in samples of the first sample in fifo | |
| int | min_delta | 
| pad/trim min threshold in samples | |
| int | first_frame | 
| 1 until filter_frame() has processed at least 1 frame with a pts != AV_NOPTS_VALUE | |
| int64_t | first_pts | 
| user-specified first expected pts, in samples | |
| int | resample | 
| float | min_delta_sec | 
| int | max_comp | 
| int | got_output | 
Definition at line 30 of file af_asyncts.c.
| const AVClass* ASyncContext::class | 
Definition at line 31 of file af_asyncts.c.
Referenced by init().
| AVAudioResampleContext* ASyncContext::avr | 
Definition at line 33 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 34 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 35 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 36 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 37 of file af_asyncts.c.
Referenced by filter_frame(), handle_trimming(), and request_frame().
| int ASyncContext::resample | 
Definition at line 40 of file af_asyncts.c.
Referenced by config_props(), and filter_frame().
| float ASyncContext::min_delta_sec | 
Definition at line 41 of file af_asyncts.c.
Referenced by config_props().
| int ASyncContext::max_comp | 
Definition at line 42 of file af_asyncts.c.
Referenced by filter_frame().
| int ASyncContext::got_output | 
Definition at line 45 of file af_asyncts.c.
Referenced by filter_frame(), and request_frame().
 1.8.2
 1.8.2