isWhiteBalanceModeSupported(_:)
Returns a Boolean value that indicates whether the device supports the specified white balance mode.
Declaration
func isWhiteBalanceModeSupported(_ whiteBalanceMode: AVCaptureDevice.WhiteBalanceMode) -> BoolParameters
- whiteBalanceMode:
A white balance mode to use.
Return Value
true if the device supports the white balance mode; otherwise, false.