DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS enumeration (d3dkmdt.h)

The DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS enumeration identifies the semantics of a protected output that is created in a call to the DxgkDdiOPMCreateProtectedOutput function.

Syntax

typedef enum _DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS {
  DXGKMDT_OPM_VOS_COPP_SEMANTICS,
  DXGKMDT_OPM_VOS_OPM_SEMANTICS,
  DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY
} DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS;

Constants

 
DXGKMDT_OPM_VOS_COPP_SEMANTICS
Indicates that a protected output has Certified Output Protection Protocol (COPP) semantics.
DXGKMDT_OPM_VOS_OPM_SEMANTICS
Indicates that a protected output has Output Protection Management (OPM) semantics.
DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h

See also

DxgkDdiOPMCreateProtectedOutput