Partilhar via


CommonEncryptionCbcs Construtores

Definição

Sobrecargas

CommonEncryptionCbcs()

Inicializa uma nova instância da classe CommonEncryptionCbcs.

CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)

Inicializa uma nova instância da classe CommonEncryptionCbcs.

CommonEncryptionCbcs()

Inicializa uma nova instância da classe CommonEncryptionCbcs.

public CommonEncryptionCbcs ();
Public Sub New ()

Aplica-se a

CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)

Inicializa uma nova instância da classe CommonEncryptionCbcs.

public CommonEncryptionCbcs (Microsoft.Azure.Management.Media.Models.EnabledProtocols enabledProtocols = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> clearTracks = default, Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys contentKeys = default, Microsoft.Azure.Management.Media.Models.CbcsDrmConfiguration drm = default);
new Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs : Microsoft.Azure.Management.Media.Models.EnabledProtocols * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> * Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys * Microsoft.Azure.Management.Media.Models.CbcsDrmConfiguration -> Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs
Public Sub New (Optional enabledProtocols As EnabledProtocols = Nothing, Optional clearTracks As IList(Of TrackSelection) = Nothing, Optional contentKeys As StreamingPolicyContentKeys = Nothing, Optional drm As CbcsDrmConfiguration = Nothing)

Parâmetros

enabledProtocols
EnabledProtocols

Representando protocolos com suporte

clearTracks
IList<TrackSelection>

Representando quais faixas não devem ser criptografadas

contentKeys
StreamingPolicyContentKeys

Representando a chave de conteúdo padrão para cada esquema de criptografia e chaves de conteúdo separadas para faixas específicas

drm
CbcsDrmConfiguration

Configuração de DRMs para o esquema de criptografia atual

Aplica-se a