Stats
Contains statistics and information about the current state of the player. This is for applications that want to log quality of experience (QoE) or other statistics. These values are reset each time a new stream is loaded.
Properties
averageAudioBitrate
averageAudioBitrate?: number;
The audio track’s average bit rate, in bits per second.
Remarks
Not supported on Android.
averageVideoBitrate
averageVideoBitrate?: number;
The video track’s average bit rate, in bits per second.
Remarks
Not supported on Android.
droppedFrames
droppedFrames: number;
The total number of frames dropped by the Player.
durationWatchedSec
durationWatchedSec?: number;
The accumulated duration, in seconds, of the media played.
Remarks
Not supported on Android.
estimatedBandwidth
estimatedBandwidth?: number;
The current estimated network bandwidth, in bits per second.
numberOfBytesTransferred
numberOfBytesTransferred?: number;
The accumulated number of bytes transferred over the network.
Remarks
Not supported on Android.
numberOfMediaRequests
numberOfMediaRequests?: number;
The number of media read requests from the server to this client.
Remarks
Not supported on Android.
numberOfStalls
numberOfStalls?: number;
The total number of playback stalls encountered.
Remarks
Not supported on Android.
observedBitrate
observedBitrate?: number;
The empirical throughput, in bits per second, across all media downloaded.
Remarks
Not supported on Android.
observedBitrateStandardDeviation
observedBitrateStandardDeviation?: number;
The standard deviation of the observed segment download bit rates.
Remarks
Not supported on Android.
playbackStartTimestamp
playbackStartTimestamp?: number;
The Unix Epoch time, in milliseconds, at which playback began.
Remarks
Not supported on Android.
segmentsDownloadedDurationSec
segmentsDownloadedDurationSec?: number;
The accumulated duration, in seconds, of the media segments downloaded.
Remarks
Not supported on Android.
startupTimeSec
startupTimeSec?: number;
The accumulated duration, in seconds, until the player item is ready to play.
Remarks
Not supported on Android.
streamBandwidth
streamBandwidth?: number;
The total bandwidth required for the current streams, in bits per second.
transferDurationSec
transferDurationSec?: number;
The accumulated duration, in seconds, of active network transfer of bytes.
Remarks
Not supported on Android.