Partager via


CommonEncryptionCenc Constructeurs

Définition

Surcharges

CommonEncryptionCenc()

Initialise une nouvelle instance de la classe CommonEncryptionCenc.

CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)

Initialise une nouvelle instance de la classe CommonEncryptionCenc.

CommonEncryptionCenc()

Initialise une nouvelle instance de la classe CommonEncryptionCenc.

public CommonEncryptionCenc ();
Public Sub New ()

S’applique à

CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)

Initialise une nouvelle instance de la classe CommonEncryptionCenc.

public CommonEncryptionCenc (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.CencDrmConfiguration drm = default);
new Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc : 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.CencDrmConfiguration -> Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc
Public Sub New (Optional enabledProtocols As EnabledProtocols = Nothing, Optional clearTracks As IList(Of TrackSelection) = Nothing, Optional contentKeys As StreamingPolicyContentKeys = Nothing, Optional drm As CencDrmConfiguration = Nothing)

Paramètres

enabledProtocols
EnabledProtocols

Représentation des protocoles pris en charge

clearTracks
IList<TrackSelection>

Représentation des pistes qui ne doivent pas être chiffrées

contentKeys
StreamingPolicyContentKeys

Représentation de la clé de contenu par défaut pour chaque schéma de chiffrement et des clés de contenu distinctes pour des pistes spécifiques

drm
CencDrmConfiguration

Configuration des drms pour le schéma de chiffrement CommonEncryptionCenc

S’applique à