Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKSessionAudioStatisticInfo Struct Reference

Data Fields

int sendFrequency
 
int sendLatency
 
int sendJitter
 
int recvFrequency
 
int recvLatency
 
int recvJitter
 
float recvPacketLossAvg
 
float recvPacketLossMax
 
float sendPacketLossAvg
 
float sendPacketLossMax
 

Detailed Description

Definition at line 98 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ recvFrequency

int ZMVideoSDKSessionAudioStatisticInfo.recvFrequency

Definition at line 103 of file ZMVideoSDKStructs.cs.

◆ recvJitter

int ZMVideoSDKSessionAudioStatisticInfo.recvJitter

Definition at line 105 of file ZMVideoSDKStructs.cs.

◆ recvLatency

int ZMVideoSDKSessionAudioStatisticInfo.recvLatency

Definition at line 104 of file ZMVideoSDKStructs.cs.

◆ recvPacketLossAvg

float ZMVideoSDKSessionAudioStatisticInfo.recvPacketLossAvg

Definition at line 106 of file ZMVideoSDKStructs.cs.

◆ recvPacketLossMax

float ZMVideoSDKSessionAudioStatisticInfo.recvPacketLossMax

Definition at line 107 of file ZMVideoSDKStructs.cs.

◆ sendFrequency

int ZMVideoSDKSessionAudioStatisticInfo.sendFrequency

Definition at line 100 of file ZMVideoSDKStructs.cs.

◆ sendJitter

int ZMVideoSDKSessionAudioStatisticInfo.sendJitter

Definition at line 102 of file ZMVideoSDKStructs.cs.

◆ sendLatency

int ZMVideoSDKSessionAudioStatisticInfo.sendLatency

Definition at line 101 of file ZMVideoSDKStructs.cs.

◆ sendPacketLossAvg

float ZMVideoSDKSessionAudioStatisticInfo.sendPacketLossAvg

Definition at line 108 of file ZMVideoSDKStructs.cs.

◆ sendPacketLossMax

float ZMVideoSDKSessionAudioStatisticInfo.sendPacketLossMax

Definition at line 109 of file ZMVideoSDKStructs.cs.