Freigeben über


PlayReadyObject.AddPlayReadyRecord(PlayReadyRecord) Method

Definition

Adds a PlayReadyRecord to the object.

public void AddPlayReadyRecord (Microsoft.Media.Drm.PlayReadyRecord record);
member this.AddPlayReadyRecord : Microsoft.Media.Drm.PlayReadyRecord -> unit
Public Sub AddPlayReadyRecord (record As PlayReadyRecord)

Parameters

record
PlayReadyRecord

The record to add.

Exceptions

The record is null.

A record of the same type as record has already been added to this PlayReadyObject.

Applies to