---
title: "init(rawValue:)"
framework: MediaExtension
role: symbol
role_heading: Initializer
platforms: [macOS 14.0+]
path: "mediaextension/medecodeframestatus/init(rawvalue:)"
---

# init(rawValue:)

Creates a new frame decode operation status with the raw value that you specify.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: The UInt value to specify a frame decode operation status.
