Video SDK for iOS API Reference
|
Session audio statistic information. More...
#include <ZoomVideoSDKSession.h>
Inherits NSObject.
Properties | |
NSInteger | sendFrequency |
The frequency in kilohertz (KHz) sent by the current user. | |
NSInteger | sendLatency |
The audio latency (delay in network data transfer) experienced by the current user while sending data. | |
NSInteger | sendJitter |
The audio jitter (change in latency) experienced by the current user while sending data. | |
CGFloat | sendPacketLossAvg |
The average audio packet loss sent by the current user. | |
CGFloat | sendPacketLossMax |
The maximum audio packet loss sent by the current user. | |
NSInteger | recvFrequency |
The frequency in kilohertz (KHz) received by the current user. | |
NSInteger | recvLatency |
The audio latency (delay in network data transfer) experienced by the current user while receiving data. | |
NSInteger | recvJitter |
The audio jitter (change in latency) experienced by the current user while receiving data. | |
CGFloat | recvPacketLossAvg |
The average audio packet loss received by the current user. | |
CGFloat | recvPacketLossMax |
The maximum audio packet loss received by the current user. | |
Session audio statistic information.
Definition at line 11 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The frequency in kilohertz (KHz) received by the current user.
Definition at line 24 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The audio jitter (change in latency) experienced by the current user while receiving data.
Definition at line 28 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The audio latency (delay in network data transfer) experienced by the current user while receiving data.
Definition at line 26 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The average audio packet loss received by the current user.
Definition at line 30 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The maximum audio packet loss received by the current user.
Definition at line 32 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The frequency in kilohertz (KHz) sent by the current user.
Definition at line 13 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The audio jitter (change in latency) experienced by the current user while sending data.
Definition at line 17 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The audio latency (delay in network data transfer) experienced by the current user while sending data.
Definition at line 15 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The average audio packet loss sent by the current user.
Definition at line 19 of file ZoomVideoSDKSession.h.
|
readnonatomicassign |
The maximum audio packet loss sent by the current user.
Definition at line 21 of file ZoomVideoSDKSession.h.