---
title: "init(rawValue:)"
framework: avfoundation
role: symbol
role_heading: Initializer
path: "avfoundation/avcontentkeysystem/init(rawvalue:)"
---

# init(rawValue:)

Creates a content key system with a string value.

## Declaration

```swift
init(rawValue: String)
```

## Parameters

- `rawValue`: The raw string value of the content key system.
