|
Agora Java API Reference for Android
|
The information of the media file being played. More...
#include <AgoraMediaPlayerTypes.h>
Public Attributes | |
| int | videoFps |
| int | videoBitrateInKbps |
| int | audioBitrateInKbps |
| int | totalBitrateInKbps |
The information of the media file being played.
| int agora::media::base::PlayerPlaybackStats::videoFps |
The frame rate (fps) of the video.
| int agora::media::base::PlayerPlaybackStats::videoBitrateInKbps |
The bitrate (kbps) of the video.
| int agora::media::base::PlayerPlaybackStats::audioBitrateInKbps |
The bitrate (kbps) of the audio.
| int agora::media::base::PlayerPlaybackStats::totalBitrateInKbps |
The total bitrate (kbps) of the media stream.
1.8.18