Constant libpulse_binding::stream::flags::NOT_MONOTONIC[][src]

pub const NOT_MONOTONIC: FlagSet = capi::PA_STREAM_NOT_MONOTONIC

Don't force the time to increase monotonically. If this option is enabled, Stream::get_time will not necessarily return always monotonically increasing time values on each call. This may confuse applications which cannot deal with time going 'backwards', but has the advantage that bad transport latency estimations that caused the time to jump ahead can be corrected quickly, without the need to wait.