Constant STREAM_PACKET_FLAG_DISCONTINUITY
pub const STREAM_PACKET_FLAG_DISCONTINUITY: u32 = 4; // 4u32
Expand description
Indicates a discontinuity in an otherwise continuous-in-time sequence of
packets. The precise semantics of this flag depend on the context in which
the StreamPacket
is used.