Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKSessionAudioStatisticInfo Class 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.
 

Detailed Description

Session audio statistic information.

Definition at line 11 of file ZoomVideoSDKSession.h.

Property Documentation

◆ recvFrequency

- (NSInteger) recvFrequency
readnonatomicassign

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

Definition at line 24 of file ZoomVideoSDKSession.h.

◆ recvJitter

- (NSInteger) recvJitter
readnonatomicassign

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

Definition at line 28 of file ZoomVideoSDKSession.h.

◆ recvLatency

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

◆ recvPacketLossAvg

- (CGFloat) recvPacketLossAvg
readnonatomicassign

The average audio packet loss received by the current user.

Definition at line 30 of file ZoomVideoSDKSession.h.

◆ recvPacketLossMax

- (CGFloat) recvPacketLossMax
readnonatomicassign

The maximum audio packet loss received by the current user.

Definition at line 32 of file ZoomVideoSDKSession.h.

◆ sendFrequency

- (NSInteger) sendFrequency
readnonatomicassign

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

Definition at line 13 of file ZoomVideoSDKSession.h.

◆ sendJitter

- (NSInteger) sendJitter
readnonatomicassign

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

Definition at line 17 of file ZoomVideoSDKSession.h.

◆ sendLatency

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

◆ sendPacketLossAvg

- (CGFloat) sendPacketLossAvg
readnonatomicassign

The average audio packet loss sent by the current user.

Definition at line 19 of file ZoomVideoSDKSession.h.

◆ sendPacketLossMax

- (CGFloat) sendPacketLossMax
readnonatomicassign

The maximum audio packet loss sent by the current user.

Definition at line 21 of file ZoomVideoSDKSession.h.