AVCaptureStillImageOutput.IsStillImageStabilizationSupported Property

Definition

Indicates whether the current session preset and the current hardware and format supports image stabilization.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsStillImageStabilizationSupported { [Foundation.Export("isStillImageStabilizationSupported")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.IsStillImageStabilizationSupported : bool

Property Value

True if the current combination of session preset, current hardware and format supports image stabilization, false otherwise.

Attributes

Remarks

The hardware, the current session preset as set on the T:P:AVFoundation.AVCaptureSession.SessionPreset and the ActiveFormat all have an effect on whether image stabilization is supported.

Applies to