AVCaptureConnection.SupportsVideoStabilization 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.
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.