pub type VAEncPackedHeaderParameterBuffer = _VAEncPackedHeaderParameterBuffer;Expand description
\brief Packed header parameter.
Aliased Type§
#[repr(C)]pub struct VAEncPackedHeaderParameterBuffer {
pub type_: u32,
pub bit_length: u32,
pub has_emulation_bytes: u8,
pub va_reserved: [u32; 4],
}Fields§
§type_: u32Type of the packed header buffer. See #VAEncPackedHeaderType.
bit_length: u32\brief Size of the #VAEncPackedHeaderDataBuffer in bits.
has_emulation_bytes: u8\brief Flag: buffer contains start code emulation prevention bytes?
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero