DRM_PLAY_OPL (Windows Embedded CE 6.0)
1/5/2010
Holds output protection level information that applies to the play action in a DRM license.
Syntax
typedef struct __tagDRM_PLAY_OPL{
DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS minOPL;
DRM_OPL_OUTPUT_IDS oplIdReserved;
DRM_VIDEO_OUTPUT_PROTECTION_IDS vopi;
} DRM_PLAY_OPL;
Elements
- 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.
Requirements
Header | drmoutputleveltypes.h |
Library | wmdrm10nd.lib |
Windows Embedded CE | Windows Embedded CE 6.0 |