PlayReadyStatics.SecureStopServiceRequestType 属性

定义

获取 PlayReady 安全停止服务请求的类型。

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

属性值

Guid

Platform::Guid

winrt::guid

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

注解

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

适用于