Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::media::base::PlayerPlaybackStats Struct Reference

Public Attributes

int videoFps
 
int videoBitrateInKbps
 
int audioBitrateInKbps
 
int totalBitrateInKbps
 

Detailed Description

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