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

# init(rawValue:)

Creates a flag with an unsigned-integer value.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: A raw unsigned-integer value.
