|
Video SDK for MacOS API Reference
|
Provides audio statistics for the session such as latency, jitter, and packet loss. More...
#include <ZMVideoSDKSession.h>
Inherits NSObject.
Properties | |
| int | sendFrequency |
| Gets the frequency in kilohertz (KHz) sent by the current user. | |
| int | sendLatency |
| Gets the audio latency (delay in network data transfer) experienced by the current user while sending data. | |
| int | sendJitter |
| Gets the audio jitter (change in latency) experienced by the current user while sending data. | |
| float | sendPacketLossAvg |
| Gets the average audio packet loss sent by the current user. | |
| float | sendPacketLossMax |
| Gets the maximum audio packet loss sent by the current user. | |
| int | recvFrequency |
| Gets the frequency in kilohertz (KHz) received by the current user. | |
| int | recvLatency |
| Gets the audio latency (delay in network data transfer) experienced by the current user while receiving data. | |
| int | recvJitter |
| Gets the audio jitter (change in latency) experienced by the current user while receiving data. | |
| float | recvPacketLossAvg |
| Gets the average audio packet loss received by the current user. | |
| float | recvPacketLossMax |
| Gets the maximum audio packet loss received by the current user. | |
Provides audio statistics for the session such as latency, jitter, and packet loss.
Definition at line 135 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the frequency in kilohertz (KHz) received by the current user.
Definition at line 165 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the audio jitter (change in latency) experienced by the current user while receiving data.
Definition at line 175 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the audio latency (delay in network data transfer) experienced by the current user while receiving data.
Definition at line 170 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the average audio packet loss received by the current user.
Definition at line 180 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the maximum audio packet loss received by the current user.
Definition at line 185 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the frequency in kilohertz (KHz) sent by the current user.
Definition at line 140 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the audio jitter (change in latency) experienced by the current user while sending data.
Definition at line 150 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the audio latency (delay in network data transfer) experienced by the current user while sending data.
Definition at line 145 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the average audio packet loss sent by the current user.
Definition at line 155 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Gets the maximum audio packet loss sent by the current user.
Definition at line 160 of file ZMVideoSDKSession.h.