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