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

The information of the media file being played. More...

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int videoFps
 
int videoBitrateInKbps
 
int audioBitrateInKbps
 
int totalBitrateInKbps
 

Detailed Description

The information of the media file being played.

Member Data Documentation

◆ videoFps

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

The frame rate (fps) of the video.

◆ videoBitrateInKbps

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

The bitrate (kbps) of the video.

◆ audioBitrateInKbps

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

The bitrate (kbps) of the audio.

◆ totalBitrateInKbps

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

The total bitrate (kbps) of the media stream.