Class AVCaptureWhiteBalanceMode


  • public final class AVCaptureWhiteBalanceMode
    extends java.lang.Object
    [@enum] AVCaptureWhiteBalanceMode Constants indicating the mode of the white balance on the receiver's device, if it has adjustable white balance. [@constant] AVCaptureWhiteBalanceModeLocked Indicates that the white balance should be locked at its current value. [@constant] AVCaptureWhiteBalanceModeAutoWhiteBalance Indicates that the device should automatically adjust white balance once and then change the white balance mode to AVCaptureWhiteBalanceModeLocked. [@constant] AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance Indicates that the device should automatically adjust white balance when needed.
    • Method Summary

      • Methods inherited from class java.lang.Object

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