CommonEncryptionCenc コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
各暗号化スキームの既定のコンテンツ キーと、特定のトラック用の個別のコンテンツ キーを表す
CommonEncryptionCenc 暗号化スキームの DRM の構成
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET