PlayReadyContentResolver.ServiceRequest(PlayReadyContentHeader) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
主动启动给定内容标头的服务请求链。
public:
static IPlayReadyServiceRequest ^ ServiceRequest(PlayReadyContentHeader ^ contentHeader);
static IPlayReadyServiceRequest ServiceRequest(PlayReadyContentHeader const& contentHeader);
public static IPlayReadyServiceRequest ServiceRequest(PlayReadyContentHeader contentHeader);
function serviceRequest(contentHeader)
Public Shared Function ServiceRequest (contentHeader As PlayReadyContentHeader) As IPlayReadyServiceRequest
参数
- contentHeader
- PlayReadyContentHeader
应用要解析所有必要服务请求操作的内容的内容标头。
返回
解析内容所需的第一个服务请求操作。
注解
如果内容标头已可用于播放,则 NULL 是有效的成功响应。