D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_video_protected_resource_support_flags_0072)

Description

The protected resource support flags for D3D video operations.

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.

See also

D3D12DDI_VIDEO_DECODE_PROTECTED_RESOURCES_DATA_0072

D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072

D3D12DDI_VIDEO_PROCESS_PROTECTED_RESOURCES_DATA_0072