Contents

sequenceCount

The 1-based index of this photo in a bracketed capture sequence.

Declaration

var sequenceCount: Int { get }

Discussion

If this photo is part of a bracketed capture (requested with the AVCapturePhotoBracketSettings class), this property indicates the current result’s count in the sequence, starting with 1 for the first result.

If this photo is not part of a bracketed capture, this property’s value is 0.

See Also

Examining bracketed capture information