Package apple.avfoundation.enums
Class AVCaptureWhiteBalanceMode
- java.lang.Object
-
- apple.avfoundation.enums.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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutoWhiteBalancestatic longContinuousAutoWhiteBalancestatic longLocked
-
-
-
Field Detail
-
Locked
public static final long Locked
- See Also:
- Constant Field Values
-
AutoWhiteBalance
public static final long AutoWhiteBalance
- See Also:
- Constant Field Values
-
ContinuousAutoWhiteBalance
public static final long ContinuousAutoWhiteBalance
- See Also:
- Constant Field Values
-
-