Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoASStatisticsInfo Class Reference

Class representing video and sharing transmission statistics. More...

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

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

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

Detailed Description

Class representing video and sharing transmission statistics.

Deprecated
This class is deprecated and will be removed in a future version.

Definition at line 278 of file ZoomSDKSettingService.h.

Method Documentation

◆ getFPS:

- (int) getFPS: (BOOL) isSend

Gets the fram rate when transferring video or sharing data.

Parameters
isSendYES if sending data, NO receiving data.

◆ getJitter:

- (int) getJitter: (BOOL) isSend

Gets jitter when transferring video or sharing data.

Parameters
isSendYES if sending data, NO receiving data.

◆ getLatency:

- (int) getLatency: (BOOL) isSend

Gets latency time when transferring video or sharing data.

Parameters
isSendYES if sending data, NO receiving data.

◆ getPackageLoss:Max:

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

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

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

◆ getResolution:

- (int) getResolution: (BOOL) isSend

Gets resolution when transferring video or sharing data.

Parameters
isSendYES if sending data, NO receiving data.
Note
height can get through (Resolution >> 16), width can get through ((Resolution << 16) >> 16).

Field Documentation

◆ _fpsReceive

- (int) _fpsReceive
protected

Definition at line 283 of file ZoomSDKSettingService.h.

◆ _fpsSend

- (int) _fpsSend
protected

Definition at line 282 of file ZoomSDKSettingService.h.

◆ _jitterReceive

- (int) _jitterReceive
protected

Definition at line 287 of file ZoomSDKSettingService.h.

◆ _jitterSend

- (int) _jitterSend
protected

Definition at line 286 of file ZoomSDKSettingService.h.

◆ _latencyReceive

- (int) _latencyReceive
protected

Definition at line 285 of file ZoomSDKSettingService.h.

◆ _latencySend

- (int) _latencySend
protected

Definition at line 284 of file ZoomSDKSettingService.h.

◆ _packageLossAvgReceive

- (float) _packageLossAvgReceive
protected

Definition at line 289 of file ZoomSDKSettingService.h.

◆ _packageLossAvgSend

- (float) _packageLossAvgSend
protected

Definition at line 288 of file ZoomSDKSettingService.h.

◆ _packageLossMaxReceive

- (float) _packageLossMaxReceive
protected

Definition at line 291 of file ZoomSDKSettingService.h.

◆ _packageLossMaxSend

- (float) _packageLossMaxSend
protected

Definition at line 290 of file ZoomSDKSettingService.h.

◆ _resolutionReceive

- (int) _resolutionReceive
protected

Definition at line 281 of file ZoomSDKSettingService.h.

◆ _resolutionSend

- (int) _resolutionSend
protected

Definition at line 280 of file ZoomSDKSettingService.h.