[−][src]Struct intel_genxml::gen9::MfxMpegTsControlCommand
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
video_packetid_header_parameter: u32
streamid_lower_nibble: u32
output_ts_packet_grouping_select: u32
copy_right_flag_in_pes_header: u32
original_or_flag_in_pes_header: u32
dsm_trick_mode_flag_in_pes_header: u32
additional_copy_info_flag_in_pes_header: bool
payload_unit_start_indicator_control: u32
pcr_90_khz_component_least_significant_bits: u32
_90khz_counter_msb: u32
_27mhz_counter: u32
pts_delta: u32
mpegts_packet_count: u32
continuity_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]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,