Share via


PlayRight.AddPlayEnabler(PlayEnabler) Method

Definition

Adds a PlayEnabler to the play right. A play enabler allows a consumer to play protected content on an external device.

public void AddPlayEnabler (Microsoft.Media.Drm.PlayEnabler playEnabler);
member this.AddPlayEnabler : Microsoft.Media.Drm.PlayEnabler -> unit
Public Sub AddPlayEnabler (playEnabler As PlayEnabler)

Parameters

playEnabler
PlayEnabler

The PlayEnabler to add to the play right.

Remarks

The PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement specifies the typesof Play Enablers that you can add.

Applies to