---
title: AudioReader.MicrophoneAsyncBuffers.Iterator
framework: createmlcomponents
role: symbol
role_heading: Class
path: createmlcomponents/audioreader/microphoneasyncbuffers/iterator
---

# AudioReader.MicrophoneAsyncBuffers.Iterator

An async iterator of audio frames.

## Declaration

```swift
final class Iterator
```

## Topics

### Getting the next element

- [next()](createmlcomponents/audioreader/microphoneasyncbuffers/iterator/next().md)

## Relationships

### Conforms To

- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)

## See Also

### Creating an iterator

- [makeAsyncIterator()](createmlcomponents/audioreader/microphoneasyncbuffers/makeasynciterator().md)
