你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommonEncryptionCbcs 构造函数

定义

重载

CommonEncryptionCbcs()

初始化 CommonEncryptionCbcs 类的新实例。

CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)

初始化 CommonEncryptionCbcs 类的新实例。

CommonEncryptionCbcs()

初始化 CommonEncryptionCbcs 类的新实例。

public CommonEncryptionCbcs ();
Public Sub New ()

适用于

CommonEncryptionCbcs(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CbcsDrmConfiguration)

初始化 CommonEncryptionCbcs 类的新实例。

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)

参数

enabledProtocols
EnabledProtocols

表示支持的协议

clearTracks
IList<TrackSelection>

表示不应加密的曲目

contentKeys
StreamingPolicyContentKeys

表示每个加密方案的默认内容密钥,以及特定轨道的单独内容密钥

drm
CbcsDrmConfiguration

为当前加密方案配置 DRM

适用于