次の方法で共有


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 の構成

適用対象