public final class AVCaptureWhiteBalanceMode
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
AutoWhiteBalance |
static long |
ContinuousAutoWhiteBalance |
static long |
Locked |
public static final long Locked
public static final long AutoWhiteBalance
public static final long ContinuousAutoWhiteBalance