Share via


PlayEnabler Class

Definition

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
PlayEnabler

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)

Initializes a new instance of the PlayEnabler class.

PlayEnabler(Guid, Byte[])

Initializes a new instance of the PlayEnabler class.

Applies to