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

# supportedChannelLayoutTags

An array of audio channel layout tags.

## Declaration

```swift
var supportedChannelLayoutTags: [NSNumber]? { get }
```

## Discussion

Discussion The array contains NSNumber objects representing AudioChannelLayoutTag values.

## See Also

### Bus Methods and Properties

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