Agora Java API Reference for Android
Public Attributes | List of all members
agora::media::base::PlayerPlaybackStats Struct Reference

The real time statistics of the media stream being played. More...

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int videoFps
 
int videoBitrateInKbps
 
int audioBitrateInKbps
 
int totalBitrateInKbps
 

Detailed Description

The real time statistics of the media stream being played.

Member Data Documentation

◆ videoFps

int agora::media::base::PlayerPlaybackStats::videoFps

Video fps.

◆ videoBitrateInKbps

int agora::media::base::PlayerPlaybackStats::videoBitrateInKbps

Video bitrate (Kbps).

◆ audioBitrateInKbps

int agora::media::base::PlayerPlaybackStats::audioBitrateInKbps

Audio bitrate (Kbps).

◆ totalBitrateInKbps

int agora::media::base::PlayerPlaybackStats::totalBitrateInKbps

Total bitrate (Kbps).