DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
typedef struct __tagDRM_MINIMUM_OUTPUT_PROTECTION_LEVELS{
DRM_WORD wCompressedDigitalVideo;
DRM_WORD wUncompressedDigitalVideo;
DRM_WORD wAnalogVideo;
DRM_WORD wCompressedDigitalAudio;
DRM_WORD wUncompressedDigitalAudio;
} 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
Header | drmoutputleveltypes.h |
Library | wmdrm10nd.lib |
Windows Embedded CE | Windows Embedded CE 6.0 |