MediaProtectionPMPServer.Properties 属性

定义

获取 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 在当前设备上可用也是如此。

适用于