---
title: name
framework: audiotoolbox
role: symbol
role_heading: Instance Property
path: audiotoolbox/auaudiounitbus/name
---

# name

A name for the bus.

## Declaration

```swift
var name: String? { get set }
```

## Discussion

Discussion The bus name can be set by the host.

## See Also

### Bus Methods and Properties

- [setFormat(_:)](audiotoolbox/auaudiounitbus/setformat(_:).md)
- [format](audiotoolbox/auaudiounitbus/format.md)
- [isEnabled](audiotoolbox/auaudiounitbus/isenabled.md)
- [index](audiotoolbox/auaudiounitbus/index.md)
- [busType](audiotoolbox/auaudiounitbus/bustype.md)
- [ownerAudioUnit](audiotoolbox/auaudiounitbus/owneraudiounit.md)
- [supportedChannelLayoutTags](audiotoolbox/auaudiounitbus/supportedchannellayouttags.md)
- [contextPresentationLatency](audiotoolbox/auaudiounitbus/contextpresentationlatency.md)
- [shouldAllocateBuffer](audiotoolbox/auaudiounitbus/shouldallocatebuffer.md)
