Contents

contentKeySession(_:didProvideRenewingContentKeyRequest:)

Provides the receiver with a new content key request object for the renewal of an existing content key.

Declaration

optional func contentKeySession(_ session: AVContentKeySession, didProvideRenewingContentKeyRequest keyRequest: AVContentKeyRequest)

Parameters

  • session:

    The content key session that is providing the new content key request.

  • keyRequest:

    The request for the renewal of a previous content key.

See Also

Providing new content key requests