Contents

isExposureModeSupported(_:)

Returns a Boolean value that indicates whether a device supports the specified exposure mode.

Declaration

func isExposureModeSupported(_ exposureMode: AVCaptureDevice.ExposureMode) -> Bool

Parameters

  • exposureMode:

    An exposure mode to query.

Return Value

true if exposureMode is supported; otherwise, false.

See Also

Managing the exposure mode