Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 Protected resources are not supported. |
D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTEDValue: 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 |