Metrics
public class Metrics
The metrics API which can be used to gather information related to the quality-of-service and video playback experience.
Remark
- Values will be updated periodically.
Since
v2.46.0.-
The bandwidth in bits per second estimated to be currently available, as used for ABR decisions.
Declaration
Swift
public internal(set) var currentBandwidthEstimate: Double { get set } -
The total number of dropped video frames.
Declaration
Swift
public internal(set) var droppedVideoFrames: Int { get set } -
The rendered frame rate of the video as it plays, in units of frames per second.
Declaration
Swift
public internal(set) var renderedFramerate: Double { get set }