Agora RTC Objective-C API Reference  Refactor
Data Fields
PlayerPlaybackStats Struct Reference

Data Fields

int videoFps
 
int videoBitrateInKbps
 
int audioBitrateInKbps
 
int totalBitrateInKbps
 

Field Documentation

◆ videoFps

int videoFps

The frame rate (fps) of the video.

◆ videoBitrateInKbps

int videoBitrateInKbps

The bitrate (kbps) of the video.

◆ audioBitrateInKbps

int audioBitrateInKbps

The bitrate (kbps) of the audio.

◆ totalBitrateInKbps

int totalBitrateInKbps

The total bitrate (kbps) of the media stream.