---
title: "init(_:)"
framework: avfoundation
role: symbol
role_heading: Initializer
path: "avfoundation/avfiletype/init(_:)"
---

# init(_:)

Creates a file type with a string.

## Declaration

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

## Parameters

- `rawValue`: The raw string value.

## See Also

### Initializers

- [init(rawValue:)](avfoundation/avfiletype/init(rawvalue:).md)
