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 whether the IOPMVideoOutput interface will use Output Protection Manager (OPM) semantics or Certified Output Protection Protocol (COPP) semantics.
Syntax
typedef enum _OPM_VIDEO_OUTPUT_SEMANTICS {
  OPM_VOS_COPP_SEMANTICS = 0,
  OPM_VOS_OPM_SEMANTICS = 1,
  OPM_VOS_OPM_INDIRECT_DISPLAY = 2
} OPM_VIDEO_OUTPUT_SEMANTICS;
Constants
| OPM_VOS_COPP_SEMANTICSValue: 0 The interface will use COPP semantics. | 
| OPM_VOS_OPM_SEMANTICSValue: 1 The interface will use OPM semantics. | 
| OPM_VOS_OPM_INDIRECT_DISPLAYValue: 2 | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | opmapi.h |