PlayerPlaybackStats

Information about the currently playing media resource.

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

Properties

videoFps
Video frame rate, in fps.
videoBitrateInKbps
Video bitrate, in kbps.
audioBitrateInKbps
Audio bitrate, in kbps.
totalBitrateInKbps
Total bitrate of the media stream, in kbps.