Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoStatisticInfo Class Reference

Video statistic information. Inherits common QOS fields from ZoomVideoSDKQOSStatistics (width, height, fps, bps, networkLevel). More...

#include <ZoomVideoSDKUser.h>

Inherits ZoomVideoSDKQOSStatistics.

Properties

ZoomVideoSDKNetworkStatus videoNetworkStatus
 Gets the video network status. Same as ZoomVideoSDKQOSStatistics.networkLevel.
Properties inherited from ZoomVideoSDKQOSStatistics
ZoomVideoSDKStatisticsDirection direction
 Gets the direction of statistics (send or receive).
NSInteger timestamp
 Gets the timestamp of the statistics.
NSString *_Nullable codecName
 Gets the name of the codec. For video/share: "h264", "av1". For audio: "silk", "opus", "pcm", "G722", "G729".
NSInteger rtt
 Gets the round-trip time in milliseconds.
NSInteger jitter
 Gets the jitter in milliseconds.
NSInteger width
 Frame width (sent or received per direction).
NSInteger height
 Frame height (sent or received per direction).
NSInteger fps
 Frame rate in FPS (sent or received per direction).
NSInteger bps
 Gets the bits per second.
NSInteger bytesTransferred
 Gets the total bytes transferred (sent or received per direction).
NSInteger packetsLost
 Gets the number of packets lost during transmission.
NSInteger packetsTransferred
 Gets the total number of packets transferred (sent or received per direction).
ZoomVideoSDKNetworkStatus networkLevel
 Gets the network quality level.
ZoomVideoSDKDataType statisticsType
 Gets the statistics type (Audio, Video, or Share).
NSInteger avg_loss
 Gets the average packet loss ratio in per thousand (e.g. 100 means 10%).
NSInteger max_loss
 Gets the maximum packet loss ratio in per thousand (e.g. 100 means 10%).
NSInteger bandwidth
 Gets the estimated bandwidth in bps.

Detailed Description

Video statistic information. Inherits common QOS fields from ZoomVideoSDKQOSStatistics (width, height, fps, bps, networkLevel).

Definition at line 152 of file ZoomVideoSDKUser.h.

Property Documentation

◆ videoNetworkStatus

- (ZoomVideoSDKNetworkStatus) videoNetworkStatus
readwritenonatomicassign

Gets the video network status. Same as ZoomVideoSDKQOSStatistics.networkLevel.

Deprecated
Use ZoomVideoSDKQOSStatistics.networkLevel instead.

Definition at line 158 of file ZoomVideoSDKUser.h.