manualExposureSettings(exposureDuration:iso:)
Creates a configuration of still image settings using the specified exposure duration and ISO.
Declaration
class func manualExposureSettings(exposureDuration duration: CMTime, iso ISO: Float) -> SelfParameters
- duration:
The exposure duration in seconds. Pass
AVCaptureExposureDurationCurrentto leave the duration unchanged for this bracketed image. - ISO:
The film speed in the ISO format. Pass
AVCaptureISOCurrentto leave the ISO unchanged for this bracketed image.
Return Value
An initialized AVCaptureManualExposureBracketedStillImageSettings instance.