Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait