D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 enumeration (d3d12umddi.h)
The protected resource support flags for D3D video operations.
Syntax
typedef enum D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 {
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_NONE,
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_SUPPORTED
} ;
Constants
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_NONE The driver does not support using protected resources with the specified feature. |
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_SUPPORTED The driver supports using protected resources with the specified feature. |
Remarks
See the D3D Video Protected Resources Support Specification for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | d3d12umddi.h |
See also
D3D12DDI_VIDEO_DECODE_PROTECTED_RESOURCES_DATA_0072
D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072