AudioQueue.ChannelLayout Property

Definition

The audio queue channel layout.

public AudioToolbox.AudioChannelLayout ChannelLayout { get; set; }
member this.ChannelLayout : AudioToolbox.AudioChannelLayout with get, set

Property Value

Remarks

The ChannelLayout must match the number of channels in the audio format.

This property is used to configure the channel layout in complex scenarios like 5.1 surround sound.

Applies to