Share via


PlayReadyHeaderAttribute Constructors

Definition

Overloads

PlayReadyHeaderAttribute()

Initializes a new instance of the PlayReadyHeaderAttribute class. Its attributes default to null.

PlayReadyHeaderAttribute(String, String)

Initializes a new instance of the PlayReadyHeaderAttribute class.

PlayReadyHeaderAttribute()

Initializes a new instance of the PlayReadyHeaderAttribute class. Its attributes default to null.

public PlayReadyHeaderAttribute ();
Public Sub New ()

Applies to

PlayReadyHeaderAttribute(String, String)

Initializes a new instance of the PlayReadyHeaderAttribute class.

public PlayReadyHeaderAttribute (string name, string value);
new Microsoft.Media.Drm.PlayReadyHeaderAttribute : string * string -> Microsoft.Media.Drm.PlayReadyHeaderAttribute
Public Sub New (name As String, value As String)

Parameters

name
String

The name of the attribute.

value
String

The value of the attribute.

Applies to