Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKVideoASStatisticsInfo Class Reference
Inheritance diagram for ZoomSDKVideoASStatisticsInfo:

Instance Methods

(int) - getLatency:
 Get latency time when transferring video or sharing data. More...
 
(int) - getJitter:
 Get jitter when transferring video or sharing data. More...
 
(float) - getPackageLoss:Max:
 Get the rate of losing package when transferring video or sharing data. More...
 
(int) - getResolution:
 Get resolution when transferring video or sharing data. More...
 
(int) - getFPS:
 Get the fram rate when transferring video or sharing data. More...
 

Protected Attributes

int _resolutionSend
 
int _resolutionReceive
 
int _fpsSend
 
int _fpsReceive
 
int _latencySend
 
int _latencyReceive
 
int _jitterSend
 
int _jitterReceive
 
float _packageLossAvgSend
 
float _packageLossAvgReceive
 
float _packageLossMaxSend
 
float _packageLossMaxReceive
 

Method Documentation

◆ getFPS:

- (int) getFPS: (BOOL)  isSend

Get the fram rate when transferring video or sharing data.

Parameters
isSendYES means sending data, NO receiving data.

◆ getJitter:

- (int) getJitter: (BOOL)  isSend

Get jitter when transferring video or sharing data.

Parameters
isSendYES means sending data, NO receiving data.

◆ getLatency:

- (int) getLatency: (BOOL)  isSend

Get latency time when transferring video or sharing data.

Parameters
isSendYES means sending data, NO receiving data.

◆ getPackageLoss:Max:

- (float) getPackageLoss: (BOOL)  isSend
Max: (BOOL)  isMax 

Get the rate of losing package when transferring video or sharing data.

Parameters
isSendYES means sending data, NO receiving data.
isMaxYES means the max rate of losing package, NO the average rate of losing package.

◆ getResolution:

- (int) getResolution: (BOOL)  isSend

Get resolution when transferring video or sharing data.

Parameters
isSendYES means sending data, NO receiving data.

The documentation for this class was generated from the following file: