Compartilhar via


StreamingLocatorContentKey Construtores

Definição

Sobrecargas

StreamingLocatorContentKey()

Inicializa uma nova instância da classe StreamingLocatorContentKey.

StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>)

Inicializa uma nova instância da classe StreamingLocatorContentKey.

StreamingLocatorContentKey()

Inicializa uma nova instância da classe StreamingLocatorContentKey.

public StreamingLocatorContentKey ();
Public Sub New ()

Aplica-se a

StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>)

Inicializa uma nova instância da classe StreamingLocatorContentKey.

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)

Parâmetros

id
Guid

ID da chave de conteúdo

type
StreamingLocatorContentKeyType

Tipo de criptografia de Chave de Conteúdo. Os valores possíveis incluem: 'CommonEncryptionCenc', 'CommonEncryptionCbcs', 'EnvelopeEncryption'

labelReferenceInStreamingPolicy
String

Rótulo da Chave de Conteúdo conforme especificado na Política de Streaming

value
String

Valor da chave de conteúdo

policyName
String

ContentKeyPolicy usado pela Chave de Conteúdo

tracks
IList<TrackSelection>

Faixas que usam essa chave de conteúdo

Aplica-se a