Edit

Share via


AVAudioSessionDataSourceDescription.SupportedPolarPatterns Property

Definition

The supported polar configurations by this audio data source.

public AVFoundation.AVAudioDataSourcePolarPattern[] SupportedPolarPatterns { get; }
member this.SupportedPolarPatterns : AVFoundation.AVAudioDataSourcePolarPattern[]

Property Value

Array of strings containing the names of the supported microphone directions for the source, one of PolarPatternOmnidirectional, PolarPatternCardioid, PolarPatternSubcardioid from AVAudioSession.

Applies to