次の方法で共有


CommonEncryptionCenc コンストラクター

定義

オーバーロード

CommonEncryptionCenc()

CommonEncryptionCenc クラスの新しいインスタンスを初期化します。

CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)

CommonEncryptionCenc クラスの新しいインスタンスを初期化します。

CommonEncryptionCenc()

CommonEncryptionCenc クラスの新しいインスタンスを初期化します。

public CommonEncryptionCenc ();
Public Sub New ()

適用対象

CommonEncryptionCenc(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, CencDrmConfiguration)

CommonEncryptionCenc クラスの新しいインスタンスを初期化します。

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)

パラメーター

enabledProtocols
EnabledProtocols

サポートされているプロトコルの表し方

clearTracks
IList<TrackSelection>

暗号化すべきではないトラックを表す

contentKeys
StreamingPolicyContentKeys

各暗号化スキームの既定のコンテンツ キーと、特定のトラック用の個別のコンテンツ キーを表す

drm
CencDrmConfiguration

CommonEncryptionCenc 暗号化スキームの DRM の構成

適用対象