PlayEnabler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a play enabler, a technology whereby content is allowed to flow through a PlayReady client.
public class PlayEnabler : Microsoft.Media.Drm.ExportEnabler
type PlayEnabler = class
inherit ExportEnabler
Public Class PlayEnabler
Inherits ExportEnabler
- Inheritance
Remarks
For example, a consumer uses a computer to acquire subscription content that was protected with PlayReady technology, and then wants to stream that content to a playback device on a network that only supports DTCP-IP. To play the PlayReady protected content on that device, the protected content must be exported to DTCP-IP. The GUIDs identifying any such technologies are listed in the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement.
Constructors
PlayEnabler(Guid, Byte[]) |
Initializes a new instance of the PlayEnabler class. |
PlayEnabler(Guid) |
Initializes a new instance of the PlayEnabler class. |