contentKeySession(_:contentKeyRequestDidSucceed:)
Tells the content key session that the response to a content key requeset was successfully processed.
Declaration
optional func contentKeySession(_ session: AVContentKeySession, contentKeyRequestDidSucceed keyRequest: AVContentKeyRequest)Parameters
- session:
The Avcontentkeysession instance that initiated the content key request.
- keyRequest:
The Avcontentkeyrequest instance whose response was successfully processed.
See Also
Updating and retrying content key requests
contentKeySession(_:didProvide:forInitializationData:)contentKeySession(_:externalProtectionStatusDidChangeFor:)contentKeySession(_:didUpdatePersistableContentKey:forContentKeyIdentifier:)contentKeySession(_:shouldRetry:reason:)AVContentKeyRequest.RetryReasoncontentKeySessionContentProtectionSessionIdentifierDidChange(_:)contentKeySession(_:contentKeyRequest:didFailWithError:)contentKeySessionDidGenerateExpiredSessionReport(_:)