你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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(含 3)之间。

agcAndColorStripeRestriction
Nullable<Int32>

在许可证中 (AGC) 和色带配置自动增益控制。 必须介于 0 和 3(含 3)之间。

explicitAnalogTelevisionOutputRestriction
ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction

在许可证中配置显式模拟电视输出限制。 配置数据必须介于 0 和 3(含 3)之间。

uncompressedDigitalVideoOpl
Nullable<Int32>

指定未压缩数字视频的输出保护级别。

compressedDigitalVideoOpl
Nullable<Int32>

指定压缩数字视频的输出保护级别。

analogVideoOpl
Nullable<Int32>

指定压缩数字音频的输出保护级别。

compressedDigitalAudioOpl
Nullable<Int32>

指定压缩数字音频的输出保护级别。

uncompressedDigitalAudioOpl
Nullable<Int32>

指定未压缩数字音频的输出保护级别。

适用于