#[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: u32
InputSample: D3D12_VIDEO_SAMPLE
InputFieldType: D3D12_VIDEO_FIELD_TYPE
InputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMAT
InputFrameRate: DXGI_RATIONAL
OutputFormat: D3D12_VIDEO_FORMAT
OutputStereoFormat: D3D12_VIDEO_FRAME_STEREO_FORMAT
OutputFrameRate: DXGI_RATIONAL
SupportFlags: D3D12_VIDEO_PROCESS_SUPPORT_FLAGS
ScaleSupport: D3D12_VIDEO_SCALE_SUPPORT
FeatureSupport: D3D12_VIDEO_PROCESS_FEATURE_FLAGS
DeinterlaceSupport: D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGS
AutoProcessingSupport: D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAGS
FilterSupport: D3D12_VIDEO_PROCESS_FILTER_FLAGS
FilterRangeSupport: [D3D12_VIDEO_PROCESS_FILTER_RANGE; 32]
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
impl Send for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
impl Sync for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
impl Unpin for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more