AVCaptureConnection.EnablesVideoStabilizationWhenAvailable Property

Definition

Developers should not use this deprecated property. Developers should use 'PreferredVideoStabilizationMode' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredVideoStabilizationMode' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool EnablesVideoStabilizationWhenAvailable { [Foundation.Export("enablesVideoStabilizationWhenAvailable")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredVideoStabilizationMode' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setEnablesVideoStabilizationWhenAvailable:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PreferredVideoStabilizationMode' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.EnablesVideoStabilizationWhenAvailable : bool with get, set

Property Value

The default value is false.

Attributes

Remarks

Video stabilization is not available on all devices, or for all configurations. Application developers should consider performance before setting this value to true, as video stabilization is costly.

Applies to