<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageIO",
  "identifier" : "/documentation/ImageIO/kCGImagePropertyWebPFrameInfoArray",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Image I/O"
    ],
    "preciseIdentifier" : "c:@kCGImagePropertyWebPFrameInfoArray"
  },
  "title" : "kCGImagePropertyWebPFrameInfoArray"
}
-->

# kCGImagePropertyWebPFrameInfoArray

An array of dictionaries that contain timing information for the image sequence.

```
let kCGImagePropertyWebPFrameInfoArray: CFString
```

## Discussion

The value of this property is a <doc://com.apple.documentation/documentation/CoreFoundation/CFArray>. Each <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> in the array contains timing information about an image in the sequence.

---

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)