ContentKeyPolicyPlayReadyPlayRight コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ContentKeyPolicyPlayReadyPlayRight() |
ContentKeyPolicyPlayReadyPlayRight クラスの新しいインスタンスを初期化します。 |
ContentKeyPolicyPlayReadyPlayRight(Boolean, Boolean, Boolean, ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
ContentKeyPolicyPlayReadyPlayRight クラスの新しいインスタンスを初期化します。 |
ContentKeyPolicyPlayReadyPlayRight()
ContentKeyPolicyPlayReadyPlayRight クラスの新しいインスタンスを初期化します。
public ContentKeyPolicyPlayReadyPlayRight ();
Public Sub New ()
適用対象
ContentKeyPolicyPlayReadyPlayRight(Boolean, Boolean, Boolean, ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
ContentKeyPolicyPlayReadyPlayRight クラスの新しいインスタンスを初期化します。
public ContentKeyPolicyPlayReadyPlayRight (bool digitalVideoOnlyContentRestriction, bool imageConstraintForAnalogComponentVideoRestriction, bool imageConstraintForAnalogComputerMonitorRestriction, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption allowPassingVideoContentToUnknownOutput, TimeSpan? firstPlayExpiration = default, int? scmsRestriction = default, int? agcAndColorStripeRestriction = default, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction explicitAnalogTelevisionOutputRestriction = default, int? uncompressedDigitalVideoOpl = default, int? compressedDigitalVideoOpl = default, int? analogVideoOpl = default, int? compressedDigitalAudioOpl = default, int? uncompressedDigitalAudioOpl = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyPlayRight : bool * bool * bool * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption * Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyPlayRight
Public Sub New (digitalVideoOnlyContentRestriction As Boolean, imageConstraintForAnalogComponentVideoRestriction As Boolean, imageConstraintForAnalogComputerMonitorRestriction As Boolean, allowPassingVideoContentToUnknownOutput As ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Optional firstPlayExpiration As Nullable(Of TimeSpan) = Nothing, Optional scmsRestriction As Nullable(Of Integer) = Nothing, Optional agcAndColorStripeRestriction As Nullable(Of Integer) = Nothing, Optional explicitAnalogTelevisionOutputRestriction As ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = Nothing, Optional uncompressedDigitalVideoOpl As Nullable(Of Integer) = Nothing, Optional compressedDigitalVideoOpl As Nullable(Of Integer) = Nothing, Optional analogVideoOpl As Nullable(Of Integer) = Nothing, Optional compressedDigitalAudioOpl As Nullable(Of Integer) = Nothing, Optional uncompressedDigitalAudioOpl As Nullable(Of Integer) = Nothing)
パラメーター
- digitalVideoOnlyContentRestriction
- Boolean
ライセンスのアナログ コンポーネント ビデオ制限のイメージ制約を有効にします。
- imageConstraintForAnalogComponentVideoRestriction
- Boolean
ライセンスのアナログ コンポーネント ビデオ制限のイメージ制約を有効にします。
- imageConstraintForAnalogComputerMonitorRestriction
- Boolean
ライセンスのアナログ コンポーネント ビデオ制限のイメージ制約を有効にします。
- allowPassingVideoContentToUnknownOutput
- ContentKeyPolicyPlayReadyUnknownOutputPassingOption
ライセンスの不明な出力処理設定を構成します。 使用できる値は、'Unknown'、'NotAllowed'、'Allowed'、'AllowedWithVideoConstriction' です。
ライセンスで自動ゲイン制御 (AGC) とカラー ストライプを構成します。 0 ~ 3 の範囲にする必要があります。
- explicitAnalogTelevisionOutputRestriction
- ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
ライセンスで明示的なアナログ テレビ出力制限を構成します。 構成データは、0 ~ 3 の範囲である必要があります。
適用対象
Azure SDK for .NET