---
title: kCGImagePropertyAPNGFrameInfoArray
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyapngframeinfoarray
---

# kCGImagePropertyAPNGFrameInfoArray

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

## Declaration

```swift
let kCGImagePropertyAPNGFrameInfoArray: CFString
```

## Discussion

Discussion The value of this property is a CFArray. Each CFDictionary in the array contains timing information about an image in the sequence.

## See Also

### Sequence Timing

- [kCGImagePropertyAPNGDelayTime](imageio/kcgimagepropertyapngdelaytime.md)
- [kCGImagePropertyAPNGUnclampedDelayTime](imageio/kcgimagepropertyapngunclampeddelaytime.md)
- [kCGImagePropertyAPNGLoopCount](imageio/kcgimagepropertyapngloopcount.md)
