---
title: totalAccumulatedFrameDelay
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avvideoperformancemetrics/totalaccumulatedframedelay
---

# totalAccumulatedFrameDelay

The accumulated amount of time between the prescribed presentation times of displayed video frames and their actual time of display.

## Declaration

```swift
var totalAccumulatedFrameDelay: TimeInterval { get }
```

## See Also

### Inspecting metrics

- [numberOfCorruptedFrames](avfoundation/avvideoperformancemetrics/numberofcorruptedframes.md)
- [numberOfDroppedFrames](avfoundation/avvideoperformancemetrics/numberofdroppedframes.md)
- [numberOfFramesDisplayedUsingOptimizedCompositing](avfoundation/avvideoperformancemetrics/numberofframesdisplayedusingoptimizedcompositing.md)
- [totalNumberOfFrames](avfoundation/avvideoperformancemetrics/totalnumberofframes.md)
