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

Inherits <NSObject>.

Properties

AgoraMultipathType pathType
 
NSUInteger txKBitRate
 
NSUInteger rxKBitRate
 

Detailed Description

The AgoraPathStats class, which reports the path statistics of the received video frame.

Since
4.6.0

Property Documentation

◆ pathType

- (AgoraMultipathType) pathType
readwritenonatomicassign

The type of the path.

Since
4.6.0

◆ txKBitRate

- (NSUInteger) txKBitRate
readwritenonatomicassign

The transmission bitrate of the path.

Since
4.6.0

◆ rxKBitRate

- (NSUInteger) rxKBitRate
readwritenonatomicassign

The receiving bitrate of the path.

Since
4.6.0