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

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).