PlayReadyObject.AddPlayReadyRecord(PlayReadyRecord) Method
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.
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.