<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetImageGenerator/Images",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So21AVAssetImageGeneratorC12AVFoundationE6ImagesV"
  },
  "title" : "AVAssetImageGenerator.Images"
}
-->

# AVAssetImageGenerator.Images

An asynchronous sequence of images created by an image generator.

```
struct Images
```

## Topics

### Creating an iterator

[`func makeAsyncIterator() -> AVAssetImageGenerator.Images`](/documentation/AVFoundation/AVAssetImageGenerator/Images/makeAsyncIterator())

Creates an asynchronous iterator that produces elements of this type.

### Iterating elements

[`func next() async -> AVAssetImageGenerator.Images.Element?`](/documentation/AVFoundation/AVAssetImageGenerator/Images/next())

Returns the next element in the sequence.

[`enum Element`](/documentation/AVFoundation/AVAssetImageGenerator/Images/Element)

An element that provides the result of an image generation request.

## Relationships

### Conforms To

[`AsyncIteratorProtocol`](/documentation/Swift/AsyncIteratorProtocol)

[`AsyncSequence`](/documentation/Swift/AsyncSequence)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)