STREAM_PACKET_FLAG_KEY_FRAME

Constant STREAM_PACKET_FLAG_KEY_FRAME 

Source
pub const STREAM_PACKET_FLAG_KEY_FRAME: u32 = 1; // 1u32
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.