Class PlayerPlaybackStats

java.lang.Object
io.agora.mediaplayer.data.PlayerPlaybackStats

public class PlayerPlaybackStats extends Object
The real time statistics of the media stream being played.
  • Constructor Details

    • PlayerPlaybackStats

      public PlayerPlaybackStats()
  • Method Details

    • getVideoFps

      public long getVideoFps()
    • getVideoBitrate

      public long getVideoBitrate()
    • getAudioBitrate

      public long getAudioBitrate()
    • getTotalBitrate

      public long getTotalBitrate()
    • setVideoFps

      public void setVideoFps(long videoFps)
    • setVideoBitrate

      public void setVideoBitrate(long videoBitrate)
    • setAudioBitrate

      public void setAudioBitrate(long audioBitrate)
    • setTotalBitrate

      public void setTotalBitrate(long totalBitrate)
    • toString

      public String toString()
      Overrides:
      toString in class Object