DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS (Windows CE 5.0)
The DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS structure holds the minimum output protection levels (OPL) for playback of various types of content. A device must support the minimum OPL for a piece of content in order to receive that content from the server.
typedef struct __tagDRM_MINIMUM_OUTPUT_PROTECTION_LEVELS{
DRM_WORDwCompressedDigitalVideo;DRM_WORDwUncompressedDigitalVideo;DRM_WORDwAnalogVideo;DRM_WORDwCompressedDigitalAudio;DRM_WORDwUncompressedDigitalAudio;} DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS;
Elements
- wCompressedDigitalVideo
Minimum OPL required to receive compressed digital video. - wUncompressedDigitalVideo
Minimum OPL required to receive uncompressed digital video. - wAnalogVideo
Minimum OPL required to receive analog video. - wCompressedDigitalAudio
Minimum OPL required to receive compressed digital audio. - wUncompressedDigitalAudio
Minimum OPL required to receive uncompressed digital audio.
Remarks
This structure is used as a member of the DRM_PLAY_OPL structure.
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: DRMOutputLevelTypes.h
Link Library: cardea_wince.lib
See Also
Windows Media DRM 10 for Network Devices Data Structures
Send Feedback on this topic to the authors