Constant libpulse_binding::stream::flags::INTERPOLATE_TIMING
source · pub const INTERPOLATE_TIMING: FlagSet = capi::PA_STREAM_INTERPOLATE_TIMING; // 2u32Expand 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.