MediaProtectionPMPServer.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 MediaProtectionPMPServer 的属性集。
public:
property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionPMPServer.properties;
Public ReadOnly Property Properties As IPropertySet
属性值
为 MediaProtectionPMPServer 设置的属性。
注解
MediaProtectionPMPServer 支持以下属性:
属性 | 说明 |
---|---|
“Windows.Media.Protection.MediaProtectionSystemId” | 表示应用将使用的 DRM 系统的 GUID。 这允许系统确定设备是否支持硬件 DRM。 |
Windows.Media.Protection.UseSoftwareProtectionLayer | 将此项设置为 true 会告知系统使用软件 DRM,即使硬件 DRM 在当前设备上可用也是如此。 |