PlayerPlaybackStats

The information of the media file being played.

public class PlayerPlaybackStats
                {
                    public int videoFps;
                    public int videoBitrateInKbps;
                    public int audioBitrateInKbps;
                    public int totalBitrateInKbps;
                }

Attributes

videoFps
The frame rate (fps) of the video.
videoBitrateInKbps
The bitrate (kbps) of the video.
audioBitrateInKbps
The bitrate (kbps) of the audio.
totalBitrateInKbps
The total bitrate (kbps) of the media stream.