StreamingLocatorContentKey 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
StreamingLocatorContentKey() |
Initializes a new instance of the StreamingLocatorContentKey class. |
StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>) |
Initializes a new instance of the StreamingLocatorContentKey class. |
StreamingLocatorContentKey()
Initializes a new instance of the StreamingLocatorContentKey class.
public StreamingLocatorContentKey ();
Public Sub New ()
Applies to
StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>)
Initializes a new instance of the StreamingLocatorContentKey class.
public StreamingLocatorContentKey (Guid id, Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType type = default, string labelReferenceInStreamingPolicy = default, string value = default, string policyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> tracks = default);
new Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey : Guid * Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> -> Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey
Public Sub New (id As Guid, Optional type As StreamingLocatorContentKeyType = Nothing, Optional labelReferenceInStreamingPolicy As String = Nothing, Optional value As String = Nothing, Optional policyName As String = Nothing, Optional tracks As IList(Of TrackSelection) = Nothing)
Parameters
- id
- Guid
ID of Content Key
Encryption type of Content Key. Possible values include: 'CommonEncryptionCenc', 'CommonEncryptionCbcs', 'EnvelopeEncryption'
- labelReferenceInStreamingPolicy
- String
Label of Content Key as specified in the Streaming Policy
- value
- String
Value of Content Key
- policyName
- String
ContentKeyPolicy used by Content Key
- tracks
- IList<TrackSelection>
Tracks which use this Content Key
Applies to
Azure SDK for .NET