AVCaptureLensStabilizationStatus Enum

Definition

Enumerates states for physical image stabilization hardware.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureLensStabilizationStatus
type AVCaptureLensStabilizationStatus = 
Inheritance
AVCaptureLensStabilizationStatus
Attributes

Fields

Active 2

Indicates that the stabilization hardware is active.

Off 1

Indicates that the stabilization hardware is off.

OutOfRange 3

Indicates that the stabilization hardware reached or exceeded the range that it can stabilize.

Unavailable 4

Indicates that stabilization hardware is present but unavailable.

Unsupported 0

Indicates that stabilization hardware is not present.

Applies to