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

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.