D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS 结构 (d3d10umddi.h)

指定视频内容的保护级别。

语法

typedef struct D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS {
  union {
    struct {
      UINT ProtectionEnabled : 1;
      UINT OverlayOrFullscreenRequired : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS;

成员

ProtectionEnabled

如果为 1,则启用视频内容保护。

OverlayOrFullscreenRequired

如果为 1,则应用程序要求使用硬件覆盖或全屏独占模式显示视频。

Reserved

预留给系统使用。 将所有位设置为零。

Value

使用此成员访问联合中的所有位。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
标头 d3d10umddi.h (包括 D3d10umddi.h)