Share via


StreamingPolicyPlayReadyConfiguration Constructors

Definition

Overloads

StreamingPolicyPlayReadyConfiguration()

Initializes a new instance of the StreamingPolicyPlayReadyConfiguration class.

StreamingPolicyPlayReadyConfiguration(String, String)

Initializes a new instance of the StreamingPolicyPlayReadyConfiguration class.

StreamingPolicyPlayReadyConfiguration()

Initializes a new instance of the StreamingPolicyPlayReadyConfiguration class.

public StreamingPolicyPlayReadyConfiguration ();
Public Sub New ()

Applies to

StreamingPolicyPlayReadyConfiguration(String, String)

Initializes a new instance of the StreamingPolicyPlayReadyConfiguration class.

public StreamingPolicyPlayReadyConfiguration (string customLicenseAcquisitionUrlTemplate = default, string playReadyCustomAttributes = default);
new Microsoft.Azure.Management.Media.Models.StreamingPolicyPlayReadyConfiguration : string * string -> Microsoft.Azure.Management.Media.Models.StreamingPolicyPlayReadyConfiguration
Public Sub New (Optional customLicenseAcquisitionUrlTemplate As String = Nothing, Optional playReadyCustomAttributes As String = Nothing)

Parameters

customLicenseAcquisitionUrlTemplate
String

Template for the URL of the custom service delivering licenses to end user players. Not required when using Azure Media Services for issuing licenses. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested.

playReadyCustomAttributes
String

Custom attributes for PlayReady

Applies to