PlayerStats

The statistics of the media resource.

public class PlayerStats {
  public int videoDecodeFrameRate()
  public int videoRenderFrameRate()
  public int videoBitrate()
  public int audioBitrate()
}
Since
v4.5.0

Attributes

videoDecodeFrameRate
The video decoding frame rate (fps).
videoRenderFrameRate
The video rendering frame rate (fps).
videoBitrate
The bitrate (Kbps) of the video.
audioBitrate
The bitrate of the audio (Kbps).