#[repr(C)]
pub union KSPROPERTY_EXTXPORT_S_0 {
    pub Capabilities: u32,
    pub SignalMode: u32,
    pub LoadMedium: u32,
    pub MediumInfo: MEDIUM_INFO,
    pub XPrtState: TRANSPORT_STATE,
    pub Timecode: KSPROPERTY_EXTXPORT_S_0_1,
    pub dwTimecode: u32,
    pub dwAbsTrackNumber: u32,
    pub RawAVC: KSPROPERTY_EXTXPORT_S_0_0,
}
Expand description

Required features: "Win32_Media_KernelStreaming", "Win32_Foundation"

Fields

Capabilities: u32SignalMode: u32LoadMedium: u32MediumInfo: MEDIUM_INFOXPrtState: TRANSPORT_STATETimecode: KSPROPERTY_EXTXPORT_S_0_1dwTimecode: u32dwAbsTrackNumber: u32RawAVC: KSPROPERTY_EXTXPORT_S_0_0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.