Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMediaPlayerPlaybackStats Class Reference

Inherits <NSObject>.

Properties

NSInteger videoFps
 
NSInteger videoBitrateInKbps
 
NSInteger audioBitrateInKbps
 
NSInteger totalBitrateInKbps
 

Property Documentation

◆ videoFps

- (NSInteger) videoFps
readwritenonatomicassign

The frame rate (fps) of the video.

◆ videoBitrateInKbps

- (NSInteger) videoBitrateInKbps
readwritenonatomicassign

The bitrate (kbps) of the video.

◆ audioBitrateInKbps

- (NSInteger) audioBitrateInKbps
readwritenonatomicassign

The bitrate (kbps) of the audio.

◆ totalBitrateInKbps

- (NSInteger) totalBitrateInKbps
readwritenonatomicassign

The total bitrate (kbps) of the media stream.