|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSUInteger | duration |
| NSUInteger | txBytes |
| NSUInteger | rxBytes |
| NSUInteger | txAudioKBitrate |
| NSUInteger | rxAudioKBitrate |
| NSUInteger | txVideoKBitrate |
| NSUInteger | rxVideoKBitrate |
| NSUInteger | txAudioBytes |
| NSUInteger | txVideoBytes |
| NSUInteger | rxAudioBytes |
| NSUInteger | rxVideoBytes |
| NSUInteger | lastmileDelay |
| NSUInteger | userCount |
| double | cpuAppUsage |
| double | cpuTotalUsage |
| NSInteger | gatewayRtt |
| double | memoryAppUsageRatio |
| double | memoryTotalUsageRatio |
| NSInteger | memoryAppUsageInKbytes |
| NSInteger | connectTimeMs |
| NSUInteger | txKBitrate |
| NSUInteger | rxKBitrate |
| NSInteger | firstAudioPacketDuration |
| NSInteger | firstVideoPacketDuration |
| NSInteger | firstVideoKeyFramePacketDuration |
| NSInteger | packetsBeforeFirstKeyFramePacket |
| NSInteger | txPacketLossRate |
| NSInteger | rxPacketLossRate |
| NSInteger | lanAccelerateState |
The Statistics of the channel.
|
readwritenonatomicassign |
The call duration in seconds, represented by an aggregate value.
|
readwritenonatomicassign |
The total number of bytes transmitted, represented by an aggregate value.
|
readwritenonatomicassign |
The total number of bytes received, represented by an aggregate value.
|
readwritenonatomicassign |
The audio transmission bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
The audio receiving bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
The video transmission bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
The video receiving bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
Total number of audio bytes sent (bytes), represented by an aggregate value.
|
readwritenonatomicassign |
Total number of video bytes sent (bytes), represented by an aggregate value.
|
readwritenonatomicassign |
Total number of audio bytes received (bytes) before network countermeasures, represented by an aggregate value.
|
readwritenonatomicassign |
Total number of video bytes received (bytes), represented by an aggregate value.
|
readwritenonatomicassign |
The client-server latency (ms).
|
readwritenonatomicassign |
The number of users in the channel.
|
readwritenonatomicassign |
Application CPU usage (%).
|
readwritenonatomicassign |
System CPU usage (%).
|
readwritenonatomicassign |
Gateway Rtt.
|
readwritenonatomicassign |
The memory usage ratio of the app (%).
|
readwritenonatomicassign |
The memory usage ratio of the system (%).
|
readwritenonatomicassign |
The memory usage of the app (KB).
|
readwritenonatomicassign |
The time interval (ms) between establishing the connection and the connection succeeds, 0 if not valid.
|
readwritenonatomicassign |
The transmission bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
The receiving bitrate in Kbps, represented by an instantaneous value.
|
readwritenonatomicassign |
The duration(ms) between first audio packet received and connection start, 0 if not valid
|
readwritenonatomicassign |
The duration(ms) between first video packet received and connection start, 0 if not valid
|
readwritenonatomicassign |
The duration(ms) between first video key frame received and connection start, 0 if not valid
|
readwritenonatomicassign |
Video packet number before first video key frame received, 0 if not valid
|
readwritenonatomicassign |
The packet loss rate of sender(broadcaster).
|
readwritenonatomicassign |
The packet loss rate of receiver(audience).
|
readwritenonatomicassign |
The local network acceleration state. A value of 1 indicates that local network acceleration is active, while 0 indicates it is inactive. @technical preview