#[repr(C)]
pub struct D3D12_VIDEO_PROCESS_INPUT_STREAM_DESC {
Show 17 fields pub Format: DXGI_FORMAT, pub ColorSpace: DXGI_COLOR_SPACE_TYPE, pub SourceAspectRatio: DXGI_RATIONAL, pub DestinationAspectRatio: DXGI_RATIONAL, pub FrameRate: DXGI_RATIONAL, pub SourceSizeRange: D3D12_VIDEO_SIZE_RANGE, pub DestinationSizeRange: D3D12_VIDEO_SIZE_RANGE, pub EnableOrientation: BOOL, pub FilterFlags: D3D12_VIDEO_PROCESS_FILTER_FLAGS, pub StereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMAT, pub FieldType: D3D12_VIDEO_FIELD_TYPE, pub DeinterlaceMode: D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGS, pub EnableAlphaBlending: BOOL, pub LumaKey: D3D12_VIDEO_PROCESS_LUMA_KEY, pub NumPastFrames: u32, pub NumFutureFrames: u32, pub EnableAutoProcessing: BOOL,
}
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Foundation", "Win32_Graphics_Dxgi_Common"

Fields

Format: DXGI_FORMATColorSpace: DXGI_COLOR_SPACE_TYPESourceAspectRatio: DXGI_RATIONALDestinationAspectRatio: DXGI_RATIONALFrameRate: DXGI_RATIONALSourceSizeRange: D3D12_VIDEO_SIZE_RANGEDestinationSizeRange: D3D12_VIDEO_SIZE_RANGEEnableOrientation: BOOLFilterFlags: D3D12_VIDEO_PROCESS_FILTER_FLAGSStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMATFieldType: D3D12_VIDEO_FIELD_TYPEDeinterlaceMode: D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGSEnableAlphaBlending: BOOLLumaKey: D3D12_VIDEO_PROCESS_LUMA_KEYNumPastFrames: u32NumFutureFrames: u32EnableAutoProcessing: BOOL

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.