AVCaptureLensStabilizationStatus Enum
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.
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
Name | Value | Description |
---|---|---|
Unsupported | 0 | Indicates that stabilization hardware is not present. |
Off | 1 | Indicates that the stabilization hardware is off. |
Active | 2 | Indicates that the stabilization hardware is active. |
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. |