AVCaptureExposureMode 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.
An enumeration whose values specify options for varying exposure modes during capture.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureExposureMode
type AVCaptureExposureMode =
- Inheritance
-
AVCaptureExposureMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Locked | 0 | Exposure setting is locked. |
AutoExpose | 1 | The camera performs auto expose. |
ContinuousAutoExposure | 2 | Performs auto-expose and adjusts the setting continously. |
Custom | 3 | Exposure is limited by the ISO and ExposureDuration properties. |