Constant libpulse_binding::stream::flags::AUTO_TIMING_UPDATE
source ·
[−]pub const AUTO_TIMING_UPDATE: FlagSet;👎 Deprecated since 2.20.0:
Use the associated constants on FlagSet.
Expand description
If set timing update requests are issued periodically automatically. Combined with
INTERPOLATE_TIMING you will be able to query the current time and latency with
Stream::get_time() and Stream::get_latency() at all times without a packet round
trip.