next()
Returns the next element in the sequence.
Declaration
mutating func next() async -> AVAssetImageGenerator.Images.Element?Return Value
The next element, or nil if no more exist.
Returns the next element in the sequence.
mutating func next() async -> AVAssetImageGenerator.Images.Element?The next element, or nil if no more exist.