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 |
Get the frequency in kilohertz (KHz) sent by the current user. | |
int | sendLatency |
Get the audio latency (delay in network data transfer) experienced by the current user while sending data. | |
int | sendJitter |
Get the audio jitter (change in latency) experienced by the current user while sending data. | |
float | sendPacketLossAvg |
Get the average audio packet loss sent by the current user. | |
float | sendPacketLossMax |
Get the maximum audio packet loss sent by the current user. | |
int | recvFrequency |
Get the frequency in kilohertz (KHz) received by the current user. | |
int | recvLatency |
Get the audio latency (delay in network data transfer) experienced by the current user while receiving data. | |
int | recvJitter |
Get the audio jitter (change in latency) experienced by the current user while receiving data. | |
float | recvPacketLossAvg |
Get the average audio packet loss received by the current user. | |
float | recvPacketLossMax |
Get 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 |
Get the frequency in kilohertz (KHz) received by the current user.
Definition at line 165 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get the audio jitter (change in latency) experienced by the current user while receiving data.
Definition at line 175 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get 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 |
Get the average audio packet loss received by the current user.
Definition at line 180 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get the maximum audio packet loss received by the current user.
Definition at line 185 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get the frequency in kilohertz (KHz) sent by the current user.
Definition at line 140 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get the audio jitter (change in latency) experienced by the current user while sending data.
Definition at line 150 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get 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 |
Get the average audio packet loss sent by the current user.
Definition at line 155 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
Get the maximum audio packet loss sent by the current user.
Definition at line 160 of file ZMVideoSDKSession.h.