PlayEnabler 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
注解
有关此方法允许的参数的详细信息,请参阅 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())
参数
- configurationData
- Byte[]
技术的其他配置数据。
注解
有关此方法允许的参数的详细信息,请参阅 PlayReady 许可协议随附的 PlayReady 合规性规则文档。