CommonEncryptionCenc Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommonEncryptionCenc() |
Initialisiert eine neue instance der CommonEncryptionCenc-Klasse. |
CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration) |
Initialisiert eine neue instance der CommonEncryptionCenc-Klasse. |
CommonEncryptionCenc()
Initialisiert eine neue instance der CommonEncryptionCenc-Klasse.
public CommonEncryptionCenc();
Public Sub New ()
Gilt für:
CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)
Initialisiert eine neue instance der CommonEncryptionCenc-Klasse.
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)
Parameter
- enabledProtocols
- EnabledProtocols
Darstellen unterstützter Protokolle
- clearTracks
- IList<TrackSelection>
Darstellen, welche Spuren nicht verschlüsselt werden sollen
- contentKeys
- StreamingPolicyContentKeys
Darstellen des Standardinhaltsschlüssels für jedes Verschlüsselungsschema und separate Inhaltsschlüssel für bestimmte Spuren
Konfiguration von DRMs für das CommonEncryptionCenc-Verschlüsselungsschema
Gilt für:
Azure SDK for .NET