<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.4 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVContentKeyRecipient",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVContentKeyRecipient"
  },
  "title" : "AVContentKeyRecipient"
}
-->

# AVContentKeyRecipient

A protocol for requiring decryption keys for media data.

```
protocol AVContentKeyRecipient
```

## Topics

### Verifying decryption key requirements

[`mayRequireContentKeysForMediaDataProcessing`](/documentation/AVFoundation/AVContentKeyRecipient/mayRequireContentKeysForMediaDataProcessing)

A Boolean value that indicates whether the recipient requires decryption keys for media data to enable processing.

[`contentKeySession(_:didProvide:)`](/documentation/AVFoundation/AVContentKeyRecipient/contentKeySession(_:didProvide:))

Tells the recipient that a content key is available.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)