pub const STREAM_PACKET_FLAG_KEY_FRAME: u32 = 1;
Expand description
Indicates that the packet can be understood without reference to other packets in the stream. This is typically used in compressed streams to identify packets that contain key frames.