currentVideoFrameRate
The current frame rate of the video track as it plays.
Declaration
nonisolated var currentVideoFrameRate: Float { get }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.