CommonEncryptionCbcs 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
CommonEncryptionCbcs() |
Initialisiert eine neue instance der CommonEncryptionCbcs-Klasse. |
CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration) |
Initialisiert eine neue instance der CommonEncryptionCbcs-Klasse. |
CommonEncryptionCbcs()
Initialisiert eine neue instance der CommonEncryptionCbcs-Klasse.
public CommonEncryptionCbcs();
Public Sub New ()
Gilt für:
CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)
Initialisiert eine neue instance der CommonEncryptionCbcs-Klasse.
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)
Parameter
- enabledProtocols
- EnabledProtocols
Darstellen unterstützter Protokolle
- clearTracks
- IList<TrackSelection>
Stellt dar, 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 Titel
Konfiguration von DRMs für das aktuelle Verschlüsselungsschema
Gilt für:
Azure SDK for .NET