StreamingPolicyContentKeys 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
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET