pub type aom_codec_cx_pkt_t = aom_codec_cx_pkt;
Expand description

Encoder output packet

This structure contains the different kinds of output data the encoder may produce while compressing a frame.

Aliased Type§

struct aom_codec_cx_pkt_t {
    pub kind: u32,
    pub data: aom_codec_cx_pkt__bindgen_ty_1,
}

Fields§

§kind: u32

packet variant

§data: aom_codec_cx_pkt__bindgen_ty_1

packet data