AVCaptureVideoStabilizationMode 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 types of video stabilization supported by the device's format.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureVideoStabilizationMode
type AVCaptureVideoStabilizationMode =
- Inheritance
-
AVCaptureVideoStabilizationMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Auto | -1 | The device determines the stabilization mode. |
Off | 0 | No video stabilization should be applied. |
Standard | 1 | The default video stabilization algorithm should be used. |
Cinematic | 2 | The "cinematic stabilization" algorithm should be used. |