PlayerPlaybackStats
The information of the media file being played.
public class PlayerPlaybackStats {
  private long videoFps;
  private long videoBitrateInKbps;
  private long audioBitrateInKbps;
  private long totalBitrateInKbps;
}
            
            
            
            
            
            
            
             - Since
 - v4.3.0
 
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.