CommonEncryptionCenc 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
CommonEncryptionCenc() |
Initializes a new instance of the CommonEncryptionCenc class. |
CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration) |
Initializes a new instance of the CommonEncryptionCenc class. |
CommonEncryptionCenc()
Initializes a new instance of the CommonEncryptionCenc class.
public CommonEncryptionCenc ();
Public Sub New ()
Applies to
CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)
Initializes a new instance of the CommonEncryptionCenc class.
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)
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 CommonEncryptionCenc encryption scheme
Applies to
Azure SDK for .NET