Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::media::base::PlayerPlaybackStats Struct Reference

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int videoFps
 
int videoBitrateInKbps
 
int audioBitrateInKbps
 
int totalBitrateInKbps
 

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.