AVCaptureConnection.PreferredVideoStabilizationMode Property

Definition

The preferred video stabilization mode to use for the connection.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVCaptureVideoStabilizationMode PreferredVideoStabilizationMode { [Foundation.Export("preferredVideoStabilizationMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setPreferredVideoStabilizationMode:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.PreferredVideoStabilizationMode : AVFoundation.AVCaptureVideoStabilizationMode with get, set

Property Value

The current setting

Attributes

Remarks

This sets the desired mode for image stabilization.

Applies to