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

Video fps.

◆ videoBitrateInKbps

- (NSInteger) videoBitrateInKbps
readwritenonatomicassign

Video bitrate (Kbps).

◆ audioBitrateInKbps

- (NSInteger) audioBitrateInKbps
readwritenonatomicassign

Audio bitrate (Kbps).

◆ totalBitrateInKbps

- (NSInteger) totalBitrateInKbps
readwritenonatomicassign

Total bitrate (Kbps).