AVCaptureExposureMode Enum

Definition

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

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.

Locked 0

Exposure setting is locked.

Remarks

Applies to