---
title: numberOfDroppedVideoFrames
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemaccesslogevent/numberofdroppedvideoframes
---

# numberOfDroppedVideoFrames

The total number of dropped video frames

## Declaration

```swift
var numberOfDroppedVideoFrames: Int { get }
```

## Discussion

Discussion The property corresponds to “c-frames-dropped”. The value of this property is negative if unknown. This property is not compatible with key-value observing.

## See Also

### Getting playback-related log events

- [playbackStartDate](avfoundation/avplayeritemaccesslogevent/playbackstartdate.md)
- [playbackSessionID](avfoundation/avplayeritemaccesslogevent/playbacksessionid.md)
- [playbackStartOffset](avfoundation/avplayeritemaccesslogevent/playbackstartoffset.md)
- [playbackType](avfoundation/avplayeritemaccesslogevent/playbacktype.md)
- [startupTime](avfoundation/avplayeritemaccesslogevent/startuptime.md)
- [durationWatched](avfoundation/avplayeritemaccesslogevent/durationwatched.md)
- [numberOfStalls](avfoundation/avplayeritemaccesslogevent/numberofstalls.md)
- [numberOfSegmentsDownloaded](avfoundation/avplayeritemaccesslogevent/numberofsegmentsdownloaded.md)
- [segmentsDownloadedDuration](avfoundation/avplayeritemaccesslogevent/segmentsdownloadedduration.md)
- [downloadOverdue](avfoundation/avplayeritemaccesslogevent/downloadoverdue.md)
