---
title: currentVideoFrameRate
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemtrack/currentvideoframerate
---

# currentVideoFrameRate

The current frame rate of the video track as it plays.

## Declaration

```swift
nonisolated var currentVideoFrameRate: Float { get }
```

## Discussion

Discussion If the media type of the assetTrack is video, the property indicates the current frame rate of the track as it plays, in frames per second. If the item isn’t playing, or if the media type of the track isn’t video, the value of this property is 0.0. This property isn’t key-value observable.

## See Also

### Configuring video properties

- [videoFieldMode](avfoundation/avplayeritemtrack/videofieldmode.md)
- [AVPlayerItemTrackVideoFieldModeDeinterlaceFields](avfoundation/avplayeritemtrackvideofieldmodedeinterlacefields.md)
