AVAudioSessionDataSourceDescription.PreferredPolarPattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The preferred microphone direction.
public AVFoundation.AVAudioDataSourcePolarPattern PreferredPolarPattern { get; }
member this.PreferredPolarPattern : AVFoundation.AVAudioDataSourcePolarPattern
Property Value
The current setting for the microphone direction, one of PolarPatternOmnidirectional, PolarPatternCardioid, PolarPatternSubcardioid from AVAudioSession
Remarks
To change this property, call the SetPreferredPolarPattern(AVAudioDataSourcePolarPattern, NSError).