// d3d12umddi.h
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
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The protected resource support flags for D3D video operations.
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_NONEThe driver does not support using protected resources with the specified feature.
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_0072_SUPPORTEDThe driver supports using protected resources with the specified feature.
See the D3D Video Protected Resources Support Specification for more information.
D3D12DDI_VIDEO_DECODE_PROTECTED_RESOURCES_DATA_0072
D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072
D3D12DDI_VIDEO_PROCESS_PROTECTED_RESOURCES_DATA_0072