PlayReadyLicenseIterable 构造函数

定义

重载

PlayReadyLicenseIterable()

初始化 PlayReadyLicenseIterable 类的新实例。

PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean)

初始化 PlayReadyLicenseIterable 类的新实例。

PlayReadyLicenseIterable()

初始化 PlayReadyLicenseIterable 类的新实例。

public:
 PlayReadyLicenseIterable();
 PlayReadyLicenseIterable();
public PlayReadyLicenseIterable();
function PlayReadyLicenseIterable()
Public Sub New ()

另请参阅

适用于

PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean)

初始化 PlayReadyLicenseIterable 类的新实例。

public:
 PlayReadyLicenseIterable(PlayReadyContentHeader ^ contentHeader, bool fullyEvaluated);
 PlayReadyLicenseIterable(PlayReadyContentHeader const& contentHeader, bool const& fullyEvaluated);
public PlayReadyLicenseIterable(PlayReadyContentHeader contentHeader, bool fullyEvaluated);
function PlayReadyLicenseIterable(contentHeader, fullyEvaluated)
Public Sub New (contentHeader As PlayReadyContentHeader, fullyEvaluated As Boolean)

参数

contentHeader
PlayReadyContentHeader

用于查找关联许可证的内容标头。

fullyEvaluated
Boolean

bool

指示是否应枚举评估的许可证链,或者是否应枚举所有许可证 (包括不可用) 许可证。 如果应枚举评估的许可证链,则此参数 为 true ;如果应枚举所有许可证,则此参数为 false

适用于