Share via


StreamingPolicyContentKeys Constructors

Definition

Overloads

StreamingPolicyContentKeys()

Initializes a new instance of the StreamingPolicyContentKeys class.

StreamingPolicyContentKeys(DefaultKey, IList<StreamingPolicyContentKey>)

Initializes a new instance of the StreamingPolicyContentKeys class.

StreamingPolicyContentKeys()

Initializes a new instance of the StreamingPolicyContentKeys class.

public StreamingPolicyContentKeys ();
Public Sub New ()

Applies to

StreamingPolicyContentKeys(DefaultKey, IList<StreamingPolicyContentKey>)

Initializes a new instance of the StreamingPolicyContentKeys class.

public StreamingPolicyContentKeys (Microsoft.Azure.Management.Media.Models.DefaultKey defaultKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKey> keyToTrackMappings = default);
new Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys : Microsoft.Azure.Management.Media.Models.DefaultKey * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKey> -> Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys
Public Sub New (Optional defaultKey As DefaultKey = Nothing, Optional keyToTrackMappings As IList(Of StreamingPolicyContentKey) = Nothing)

Parameters

defaultKey
DefaultKey

Default content key for an encryption scheme

keyToTrackMappings
IList<StreamingPolicyContentKey>

Representing tracks needs separate content key

Applies to