isFocusModeSupported(_:)
Returns a Boolean value that indicates whether the device supports the specified focus mode.
Declaration
func isFocusModeSupported(_ focusMode: AVCaptureDevice.FocusMode) -> BoolParameters
- focusMode:
A focus mode to query.
Return Value
true if the device supports the focus mode; otherwise, false.