[][src]Struct intel_genxml::gen9::MfxMpegTsControlCommand

pub struct MfxMpegTsControlCommand {
    pub dword_length: u32,
    pub subopcode_b: u32,
    pub subopcode_a: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub video_packetid_header_parameter: u32,
    pub streamid_lower_nibble: u32,
    pub output_ts_packet_grouping_select: u32,
    pub copy_right_flag_in_pes_header: u32,
    pub original_or_flag_in_pes_header: u32,
    pub dsm_trick_mode_flag_in_pes_header: u32,
    pub additional_copy_info_flag_in_pes_header: bool,
    pub payload_unit_start_indicator_control: u32,
    pub pcr_90_khz_component_least_significant_bits: u32,
    pub _90khz_counter_msb: u32,
    pub _27mhz_counter: u32,
    pub pts_delta: u32,
    pub mpegts_packet_count: u32,
    pub continuity_counter: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32video_packetid_header_parameter: u32streamid_lower_nibble: u32output_ts_packet_grouping_select: u32copy_right_flag_in_pes_header: u32original_or_flag_in_pes_header: u32dsm_trick_mode_flag_in_pes_header: u32additional_copy_info_flag_in_pes_header: boolpayload_unit_start_indicator_control: u32pcr_90_khz_component_least_significant_bits: u32_90khz_counter_msb: u32_27mhz_counter: u32pts_delta: u32mpegts_packet_count: u32continuity_counter: u32

Methods

impl MfxMpegTsControlCommand[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for MfxMpegTsControlCommand[src]

impl Deserialize for MfxMpegTsControlCommand[src]

impl<'_> From<&'_ [u32; 6]> for MfxMpegTsControlCommand[src]

impl Serialize for MfxMpegTsControlCommand[src]

type Out = [u32; 6]

Auto Trait Implementations

impl RefUnwindSafe for MfxMpegTsControlCommand

impl Send for MfxMpegTsControlCommand

impl Sync for MfxMpegTsControlCommand

impl Unpin for MfxMpegTsControlCommand

impl UnwindSafe for MfxMpegTsControlCommand

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.