Package apple.avfoundation.enums
Class AVCaptureExposureMode
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureExposureMode
-
public final class AVCaptureExposureMode extends java.lang.Object[@enum] AVCaptureExposureMode Constants indicating the mode of the exposure on the receiver's device, if it has adjustable exposure. [@constant] AVCaptureExposureModeLocked Indicates that the exposure should be locked at its current value. [@constant] AVCaptureExposureModeAutoExpose Indicates that the device should automatically adjust exposure once and then change the exposure mode to AVCaptureExposureModeLocked. [@constant] AVCaptureExposureModeContinuousAutoExposure Indicates that the device should automatically adjust exposure when needed. [@constant] AVCaptureExposureModeCustom Indicates that the device should only adjust exposure according to user provided ISO, exposureDuration values.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutoExposestatic longContinuousAutoExposurestatic longCustomstatic longLocked
-
-
-
Field Detail
-
Locked
public static final long Locked
- See Also:
- Constant Field Values
-
AutoExpose
public static final long AutoExpose
- See Also:
- Constant Field Values
-
ContinuousAutoExposure
public static final long ContinuousAutoExposure
- See Also:
- Constant Field Values
-
Custom
public static final long Custom
- See Also:
- Constant Field Values
-
-