pub const STREAM_PACKET_FLAG_DROPPABLE: u32 = 2;
Expand description

Indicates that all other packets in the stream can be understood without reference to this packet. This is typically used in compressed streams to identify packets containing frames that may be discarded without affecting other frames.