<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVVideoPerformanceMetrics",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVVideoPerformanceMetrics"
  },
  "title" : "AVVideoPerformanceMetrics"
}
-->

# AVVideoPerformanceMetrics

An object that provides metrics related to video playback quality.

```
class AVVideoPerformanceMetrics
```

## Topics

### Inspecting metrics

[`numberOfCorruptedFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfCorruptedFrames)

The total number of corrupted frames.

[`numberOfCorruptedVideoFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfCorruptedVideoFrames)

[`numberOfDisplayCompositedVideoFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfDisplayCompositedVideoFrames)

[`numberOfDroppedFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfDroppedFrames)

The total number of frames the system drops prior to decoding or from missing the display deadline.

[`numberOfDroppedVideoFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfDroppedVideoFrames)

[`numberOfFramesDisplayedUsingOptimizedCompositing`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfFramesDisplayedUsingOptimizedCompositing)

The total number of full screen frames rendered in a special power-efficient mode that didn’t require compositing with other UI elements.

[`numberOfNonDisplayCompositedVideoFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/numberOfNonDisplayCompositedVideoFrames)

[`totalAccumulatedFrameDelay`](/documentation/AVFoundation/AVVideoPerformanceMetrics/totalAccumulatedFrameDelay)

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

[`totalFrameDelay`](/documentation/AVFoundation/AVVideoPerformanceMetrics/totalFrameDelay)

[`totalNumberOfFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/totalNumberOfFrames)

The total number of frames that display if no frames drop.

[`totalNumberOfVideoFrames`](/documentation/AVFoundation/AVVideoPerformanceMetrics/totalNumberOfVideoFrames)



---

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)