Contents

processContentKeyResponse(_:)

Sends the specified content key response to the receiver for processing.

Declaration

func processContentKeyResponse(_ keyResponse: AVContentKeyResponse)

Parameters

Discussion

After receiving a content key request and calling makeStreamingContentKeyRequestData(forApp:contentIdentifier:options:completionHandler:) on that request, you must obtain a response to the request in accordance with the protocol used by the entity that controls the use of the media data. Use this method to provide the content key response, to make protected content available for processing.

See Also

Responding to the content key request