---
title: "mixGroup(named:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/audiomixgroupscomponent/mixgroup(named:)"
---

# mixGroup(named:)

Returns the audio mix group with the given name, if it exists.

## Declaration

```swift
func mixGroup(named name: String) -> AudioMixGroup?
```
