pub const INTERPOLATE_TIMING: FlagSet;
👎Deprecated since 2.20.0: Use the associated constants on FlagSet.
Expand description

Interpolate the latency for this stream. When enabled, Stream::get_latency() and Stream::get_time() will try to estimate the current record/playback time based on the local time that passed since the last timing info update. Using this option has the advantage of not requiring a whole round trip when the current playback/recording time is needed. Consider using this option when requesting latency information frequently. This is especially useful on long latency network connections. It makes a lot of sense to combine this option with AUTO_TIMING_UPDATE.