AVCaptureConnection.AvailableAudioChannels Property

Definition

The AVCaptureAudioChannel of the connection.

public virtual AVFoundation.AVCaptureAudioChannel[] AvailableAudioChannels { [Foundation.Export("audioChannels")] get; }
member this.AvailableAudioChannels : AVFoundation.AVCaptureAudioChannel[]

Property Value

Attributes

Remarks

Returns an array of AVCaptureAudioChannel objects, one for each audio channel.

Applies to