---
title: inputChannelLayout
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phaseambientmixerdefinition/inputchannellayout
---

# inputChannelLayout

The channel layout of input audio.

## Declaration

```swift
var inputChannelLayout: AVAudioChannelLayout { get }
```

## Discussion

Discussion The framework sets the value to the channelLayout initializer argument. See init(channelLayout:orientation:).

## See Also

### Inspecting the Mixer

- [orientation](phase/phaseambientmixerdefinition/orientation.md)
