#[repr(C)]
pub struct D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT {
Show 15 fields pub NodeIndex: u32, pub InputSample: D3D12_VIDEO_SAMPLE, pub InputFieldType: D3D12_VIDEO_FIELD_TYPE, pub InputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMAT, pub InputFrameRate: DXGI_RATIONAL, pub OutputFormat: D3D12_VIDEO_FORMAT, pub OutputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMAT, pub OutputFrameRate: DXGI_RATIONAL, pub SupportFlags: D3D12_VIDEO_PROCESS_SUPPORT_FLAGS, pub ScaleSupport: D3D12_VIDEO_SCALE_SUPPORT, pub FeatureSupport: D3D12_VIDEO_PROCESS_FEATURE_FLAGS, pub DeinterlaceSupport: D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGS, pub AutoProcessingSupport: D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAGS, pub FilterSupport: D3D12_VIDEO_PROCESS_FILTER_FLAGS, pub FilterRangeSupport: [D3D12_VIDEO_PROCESS_FILTER_RANGE; 32],
}
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Graphics_Dxgi_Common"

Fields

NodeIndex: u32InputSample: D3D12_VIDEO_SAMPLEInputFieldType: D3D12_VIDEO_FIELD_TYPEInputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMATInputFrameRate: DXGI_RATIONALOutputFormat: D3D12_VIDEO_FORMATOutputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMATOutputFrameRate: DXGI_RATIONALSupportFlags: D3D12_VIDEO_PROCESS_SUPPORT_FLAGSScaleSupport: D3D12_VIDEO_SCALE_SUPPORTFeatureSupport: D3D12_VIDEO_PROCESS_FEATURE_FLAGSDeinterlaceSupport: D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGSAutoProcessingSupport: D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAGSFilterSupport: D3D12_VIDEO_PROCESS_FILTER_FLAGSFilterRangeSupport: [D3D12_VIDEO_PROCESS_FILTER_RANGE; 32]

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.