PlayReadyHeaderAttribute Constructors
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.
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.