Contents

exposureDuration

The length of time over which exposure takes place.

Declaration

var exposureDuration: CMTime { get }

Discussion

The exposure duration is between the active format’s minExposureDuration and maxExposureDuration.

To set the exposure duration, call the setExposureModeCustom(duration:iso:completionHandler:) method.

This property is key-value observable.

See Also

Configuring exposure manually