PlayReadyContentResolver.ServiceRequest(PlayReadyContentHeader) Method

Definition

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.

Applies to