Partager via


PlayRight.AddAnalogVideoOutputProtection Method

Definition

Overloads

AddAnalogVideoOutputProtection(ExplicitOutputProtection)

Adds an extended technology that is allowed to play protected analog video content. It also adds additional configuration data to dictate the allowed behavior on the client.

AddAnalogVideoOutputProtection(Guid, Byte[])

Adds an extended technology that is allowed to play protected analog video content. It also adds additional configuration data to dictate the allowed behavior on the client.

AddAnalogVideoOutputProtection(ExplicitOutputProtection)

Adds an extended technology that is allowed to play protected analog video content. It also adds additional configuration data to dictate the allowed behavior on the client.

public void AddAnalogVideoOutputProtection (Microsoft.Media.Drm.ExplicitOutputProtection analogVideoProtection);
member this.AddAnalogVideoOutputProtection : Microsoft.Media.Drm.ExplicitOutputProtection -> unit
Public Sub AddAnalogVideoOutputProtection (analogVideoProtection As ExplicitOutputProtection)

Parameters

analogVideoProtection
ExplicitOutputProtection

The ExplicitOutputProtection that defines the extended technology allowed to play protected analog video content.

Remarks

The PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement specifies the types of explicit output protections that you can add to this right.

Applies to

AddAnalogVideoOutputProtection(Guid, Byte[])

Adds an extended technology that is allowed to play protected analog video content. It also adds additional configuration data to dictate the allowed behavior on the client.

public void AddAnalogVideoOutputProtection (Guid analogVideoProtectionId, byte[] analogVideoProtectionData);
member this.AddAnalogVideoOutputProtection : Guid * byte[] -> unit
Public Sub AddAnalogVideoOutputProtection (analogVideoProtectionId As Guid, analogVideoProtectionData As Byte())

Parameters

analogVideoProtectionId
Guid

The identifier specifying the type of extended technology allowed to play protected analog video content.

analogVideoProtectionData
Byte[]

The configuration data that specifies the client's behavior when playing back on the extended technology.

Remarks

The PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement specifies the types of explicit output protections that you can add to this right.

Applies to