D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS enumeration (d3d12video.h)

Specifies support for protected resources in video operations.

Syntax

typedef enum D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS {
  D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_NONE = 0,
  D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTED = 0x1
} ;

Constants

 
D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_NONE
Value: 0
Protected resources are not supported.
D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTED
Value: 0x1
Protected resources are supported.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header d3d12video.h