PlayReadyStatics.DomainLeaveServiceRequestType 属性

定义

获取 PlayReady 域离开服务请求的类型。

public:
 static property Platform::Guid DomainLeaveServiceRequestType { Platform::Guid get(); };
static winrt::guid DomainLeaveServiceRequestType();
public static Guid DomainLeaveServiceRequestType { get; }
var guid = PlayReadyStatics.domainLeaveServiceRequestType;
Public Shared ReadOnly Property DomainLeaveServiceRequestType As Guid

属性值

Guid

Platform::Guid

winrt::guid

PlayReady 域离开服务请求的类型。 此属性值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。

注解

可以将此类型与 IMediaProtectionServiceRequest.type 进行比较。

适用于