AVCaptureStillImageOutput.IsStillImageStabilizationSupported 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.
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.