ExtendedRestriction(Int32) 构造函数

定义

初始化 ExtendedRestriction 类的新实例。

public ExtendedRestriction (int restrictionType);
new Microsoft.Media.Drm.ExtendedRestriction : int -> Microsoft.Media.Drm.ExtendedRestriction
Public Sub New (restrictionType As Integer)

参数

restrictionType
Int32

扩展限制的类型。 PlayReady 许可协议随附的 PlayReady 合规性规则文档指定了表示可添加的可扩展限制类型的整数。 违反 PlayReady 合规性规则传入整数可能会导致服务器 SDK 向客户端返回错误消息,并在服务器事件日志中留下错误事件。

例外

如果 小于零或大于 MaxValue,则restrictionType引发。

适用于