PlayEnabler 构造函数

定义

重载

PlayEnabler(Guid)

初始化 PlayEnabler 类的新实例。

PlayEnabler(Guid, Byte[])

初始化 PlayEnabler 类的新实例。

PlayEnabler(Guid)

初始化 PlayEnabler 类的新实例。

public PlayEnabler (Guid technologyId);
new Microsoft.Media.Drm.PlayEnabler : Guid -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid)

参数

technologyId
Guid

标识 Guid 允许内容流向的技术。

注解

有关此方法允许的参数的详细信息,请参阅 PlayReady 许可协议随附的 PlayReady 合规性规则文档。

适用于

PlayEnabler(Guid, Byte[])

初始化 PlayEnabler 类的新实例。

public PlayEnabler (Guid technologyId, byte[] configurationData);
new Microsoft.Media.Drm.PlayEnabler : Guid * byte[] -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid, configurationData As Byte())

参数

technologyId
Guid

标识 Guid 允许内容流向的技术。

configurationData
Byte[]

技术的其他配置数据。

注解

有关此方法允许的参数的详细信息,请参阅 PlayReady 许可协议随附的 PlayReady 合规性规则文档。

适用于