<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PHASE",
  "identifier" : "/documentation/PHASE/PHASEEngine/RenderingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PHASE"
    ],
    "preciseIdentifier" : "c:@E@PHASERenderingMode"
  },
  "title" : "PHASEEngine.RenderingMode"
}
-->

# PHASEEngine.RenderingMode

Modes that determine whether the system renders audio in process or out of process.

```
enum RenderingMode
```

## Overview

To define the manner in which PHASE renders audio content, select an option from this enumeration and pass it to the `renderingMode` parameter of the [`PHASEEngine`](/documentation/PHASE/PHASEEngine) initializer, [`init(updateMode:renderingMode:)`](/documentation/PHASE/PHASEEngine/init(updateMode:renderingMode:)).

## Topics

### Modes

[`case local`](/documentation/PHASE/PHASEEngine/RenderingMode/local)

A mode that indicates that the system renders audio in process.

[`case client`](/documentation/PHASE/PHASEEngine/RenderingMode/client)

A mode that instructs the system to render audio in a secure process.

### Initializers

[`init?(rawValue: Int)`](/documentation/PHASE/PHASEEngine/RenderingMode/init(rawValue:))

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)