DRM_PLAY_OPL_EX structure

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The DRM_PLAY_OPL_EX structure holds information about the output protection levels (OPLs) specified in a license for play actions.

Syntax

typedef struct DRM_PLAY_OPL_EX {
  DWORD                                dwVersion;
  DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS minOPL;
  DRM_OPL_OUTPUT_IDS                   oplIdReserved;
  DRM_VIDEO_OUTPUT_PROTECTION_IDS_EX   vopi;
} ;

Members

dwVersion

Version number.

minOPL

DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS structure containing the minimum OPL required to play content in different formats.

oplIdReserved

Reserved for future use.

vopi

DRM_VIDEO_OUTPUT_PROTECTION_IDS structure containing the video output protection identifiers that apply to playback of the content.

Remarks

This structure is identical to the DRM_PLAY_OPL structure, except that it includes a version number.

Requirements

Requirement Value
Header
Wmdrmsdk.h

See also

DRM_PLAY_OPL

Structures