AVCaptureDeviceInput.AudioZoomEnabled Property

Definition

Gets or sets a Boolean value that indicates whether audio zoom is enabled, causing the sound field to narrow or expand to match the field of view of the video device's zoom factor.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AudioZoomEnabled { [Foundation.Export("isAudioZoomEnabled")] get; [Foundation.Export("setAudioZoomEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isAudioZoomEnabled")>]
[<set: Foundation.Export("setAudioZoomEnabled:")>]
member this.AudioZoomEnabled : bool with get, set

Property Value

Attributes

Applies to