Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSessionAudioStatisticInfo Class 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.
 

Detailed Description

Provides audio statistics for the session such as latency, jitter, and packet loss.

Definition at line 135 of file ZMVideoSDKSession.h.

Property Documentation

◆ recvFrequency

- (int) recvFrequency
readnonatomicassign

Get the frequency in kilohertz (KHz) received by the current user.

Definition at line 165 of file ZMVideoSDKSession.h.

◆ recvJitter

- (int) recvJitter
readnonatomicassign

Get the audio jitter (change in latency) experienced by the current user while receiving data.

Definition at line 175 of file ZMVideoSDKSession.h.

◆ recvLatency

- (int) recvLatency
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.

◆ recvPacketLossAvg

- (float) recvPacketLossAvg
readnonatomicassign

Get the average audio packet loss received by the current user.

Definition at line 180 of file ZMVideoSDKSession.h.

◆ recvPacketLossMax

- (float) recvPacketLossMax
readnonatomicassign

Get the maximum audio packet loss received by the current user.

Definition at line 185 of file ZMVideoSDKSession.h.

◆ sendFrequency

- (int) sendFrequency
readnonatomicassign

Get the frequency in kilohertz (KHz) sent by the current user.

Definition at line 140 of file ZMVideoSDKSession.h.

◆ sendJitter

- (int) sendJitter
readnonatomicassign

Get the audio jitter (change in latency) experienced by the current user while sending data.

Definition at line 150 of file ZMVideoSDKSession.h.

◆ sendLatency

- (int) sendLatency
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.

◆ sendPacketLossAvg

- (float) sendPacketLossAvg
readnonatomicassign

Get the average audio packet loss sent by the current user.

Definition at line 155 of file ZMVideoSDKSession.h.

◆ sendPacketLossMax

- (float) sendPacketLossMax
readnonatomicassign

Get the maximum audio packet loss sent by the current user.

Definition at line 160 of file ZMVideoSDKSession.h.