<!--
{
  "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/AVContentKeySystem",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVContentKeySystem"
  },
  "title" : "AVContentKeySystem"
}
-->

# AVContentKeySystem

A key-delivery method for a content key session.

```
struct AVContentKeySystem
```

## Topics

### Key-delivery methods

[`fairPlayStreaming`](/documentation/AVFoundation/AVContentKeySystem/fairPlayStreaming)

A method of key delivery that uses FairPlay Streaming.

[`clearKey`](/documentation/AVFoundation/AVContentKeySystem/clearKey)

A method of key delivery that uses a clear key system.

[`authorizationToken`](/documentation/AVFoundation/AVContentKeySystem/authorizationToken)

A method of key delivery that uses a token to authorize playback.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVContentKeySystem/init(rawValue:))

Creates a content key system with a string value.



---

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)