PlaybackMetrics
Represents playback metrics, containing information about the current media stream and playback session.
Constructors
Properties
The Format of the currently selected audio track.
The total duration spent buffering the media.
The bitrate of the video and audio format, in bits per second.
The LoadDuration containing detailed timings for different stages of media loading.
The total duration spent playing the media.
The number of times playback stalled, excluding stalls caused by seeking.
The total duration of the stalls.
The size of the surface used for rendering the video. If no surface is connected, this will be Size.ZERO.
The total number of bytes loaded for bandwidth calculation.
The total number of video frames dropped.
The total time taken to load the media for bandwidth calculation.
The Format of the currently selected video track.
Represents the video size of videoFormat, if applicable. Otherwise VideoSize.UNKNOWN.