PlayReadyContentResolver.ServiceRequest(PlayReadyContentHeader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Proactively initiates the service request chain for a given content header.
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
Parameters
- contentHeader
- PlayReadyContentHeader
Content header for the content the app wants to resolve all necessary service request operations.
Returns
The first service request operation required to resolve the content.
Remarks
NULL is a valid successful response if the content header is already viable for playback.