AVCaptureSession.AutomaticallyConfiguresApplicationAudioSession 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.
Whether the AVCaptureSession uses the app's shared audio session.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyConfiguresApplicationAudioSession { [Foundation.Export("automaticallyConfiguresApplicationAudioSession")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyConfiguresApplicationAudioSession:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyConfiguresApplicationAudioSession : bool with get, set
Property Value
The default value in iOS 7 and later is true
.
- Attributes
Remarks
If this value is true
, simultaneous audio playback and capture is possible.