Contents

autoExposureSettings(exposureTargetBias:)

Creates an AVCaptureAutoExposureBracketedStillImageSettings using the specified exposure target bias.

Declaration

class func autoExposureSettings(exposureTargetBias: Float) -> Self

Parameters

  • exposureTargetBias:

    The exposure target bias. Pass AVCaptureExposureTargetBiasCurrent to leave the Exposuretargetbias unchanged for this image.

Return Value

An initialized AVCaptureAutoExposureBracketedStillImageSettings instance.