PlayerPlaybackStats
The information of the media file being played.
struct PlayerPlaybackStats {
  int videoFps;
  int videoBitrateInKbps;
  int audioBitrateInKbps;
  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.