FFmpeg
|
Opaque type representing a time filter state. More...
Data Fields | |
double | cycle_time |
double | feedback2_factor |
double | feedback3_factor |
double | clock_period |
int | count |
Opaque type representing a time filter state.
The purpose of this filter is to provide a way to compute accurate time stamps that can be compared to wall clock time, especially when dealing with two clocks: the system clock and a hardware device clock, such as a soundcard.
Definition at line 30 of file timefilter.c.
double TimeFilter::cycle_time |
Definition at line 33 of file timefilter.c.
double TimeFilter::feedback2_factor |
Definition at line 34 of file timefilter.c.
double TimeFilter::feedback3_factor |
Definition at line 35 of file timefilter.c.
double TimeFilter::clock_period |
Definition at line 36 of file timefilter.c.
int TimeFilter::count |
Definition at line 37 of file timefilter.c.