---
title: PHASEEngine.RenderingMode.client
framework: phase
role: symbol
role_heading: Case
path: phase/phaseengine/renderingmode/client
---

# PHASEEngine.RenderingMode.client

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

## Declaration

```swift
case client
```

## Discussion

Discussion In this mode, the engine is connected to an audio device and renders audio in real-time in a secure process. The engine receives inputs from the client and renders in a server. Updating an engine that has a client configuration syncs pending API commands with the server for processing.

## See Also

### Modes

- [PHASEEngine.RenderingMode.local](phase/phaseengine/renderingmode/local.md)
