ContentKeyPolicyPlayReadyPlayRight コンストラクター

定義

オーバーロード

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' です。

firstPlayExpiration
Nullable<TimeSpan>

ライセンスがコンテンツの再生に最初に使用された後にライセンスが有効な時間。

scmsRestriction
Nullable<Int32>

ライセンスでシリアル コピー管理システム (SCMS) を構成します。 0 ~ 3 の範囲にする必要があります。

agcAndColorStripeRestriction
Nullable<Int32>

ライセンスで自動ゲイン制御 (AGC) とカラー ストライプを構成します。 0 ~ 3 の範囲にする必要があります。

explicitAnalogTelevisionOutputRestriction
ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction

ライセンスで明示的なアナログ テレビ出力制限を構成します。 構成データは、0 ~ 3 の範囲である必要があります。

uncompressedDigitalVideoOpl
Nullable<Int32>

非圧縮デジタル ビデオの出力保護レベルを指定します。

compressedDigitalVideoOpl
Nullable<Int32>

圧縮デジタル ビデオの出力保護レベルを指定します。

analogVideoOpl
Nullable<Int32>

圧縮デジタル オーディオの出力保護レベルを指定します。

compressedDigitalAudioOpl
Nullable<Int32>

圧縮デジタル オーディオの出力保護レベルを指定します。

uncompressedDigitalAudioOpl
Nullable<Int32>

非圧縮デジタル オーディオの出力保護レベルを指定します。

適用対象