CommonEncryptionCbcs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommonEncryptionCbcs() |
Initializes a new instance of the CommonEncryptionCbcs class. |
CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration) |
Initializes a new instance of the CommonEncryptionCbcs class. |
CommonEncryptionCbcs()
Initializes a new instance of the CommonEncryptionCbcs class.
public CommonEncryptionCbcs ();
Public Sub New ()
Applies to
CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)
Initializes a new instance of the CommonEncryptionCbcs class.
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)
Parameters
- enabledProtocols
- EnabledProtocols
Representing supported protocols
- clearTracks
- IList<TrackSelection>
Representing which tracks should not be encrypted
- contentKeys
- StreamingPolicyContentKeys
Representing default content key for each encryption scheme and separate content keys for specific tracks
Configuration of DRMs for current encryption scheme