AVCaptureConnection.SupportsVideoStabilization Property

Definition

Whether the video can be automatically stabilized.

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

Property Value

Attributes

Remarks

Application developers should consider the overhead of video stabilization, which may be significant.

Applies to