AVCaptureDeviceInput.AudioZoomEnabled 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.
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