Class representing video and sharing transmission statistics.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
|
| (int) | - getLatency: |
| | Get latency time when transferring video or sharing data.
|
| |
| (int) | - getJitter: |
| | Get jitter when transferring video or sharing data.
|
| |
| (float) | - getPackageLoss:Max: |
| | Get the rate of losing package when transferring video or sharing data.
|
| |
| (int) | - getResolution: |
| | Get resolution when transferring video or sharing data.
|
| |
| (int) | - getFPS: |
| | Get the fram rate when transferring video or sharing data.
|
| |
Class representing video and sharing transmission statistics.
- Deprecated
- This class is deprecated and will be removed in a future version.
Definition at line 277 of file ZoomSDKSettingService.h.
◆ getFPS:
| - (int) getFPS: |
|
(BOOL) | isSend |
|
Get the fram rate when transferring video or sharing data.
- Parameters
-
| isSend | YES means sending data, NO receiving data. |
◆ getJitter:
| - (int) getJitter: |
|
(BOOL) | isSend |
|
Get jitter when transferring video or sharing data.
- Parameters
-
| isSend | YES means sending data, NO receiving data. |
◆ getLatency:
| - (int) getLatency: |
|
(BOOL) | isSend |
|
Get latency time when transferring video or sharing data.
- Parameters
-
| isSend | YES 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
-
| isSend | YES means sending data, NO receiving data. |
| isMax | YES 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
-
| isSend | YES means sending data, NO receiving data. |
- Note
- height can get through (Resolution >> 16), width can get through ((Resolution << 16) >> 16).
◆ _fpsReceive
◆ _fpsSend
◆ _jitterReceive
◆ _jitterSend
◆ _latencyReceive
◆ _latencySend
◆ _packageLossAvgReceive
| - (float) _packageLossAvgReceive |
|
protected |
◆ _packageLossAvgSend
| - (float) _packageLossAvgSend |
|
protected |
◆ _packageLossMaxReceive
| - (float) _packageLossMaxReceive |
|
protected |
◆ _packageLossMaxSend
| - (float) _packageLossMaxSend |
|
protected |
◆ _resolutionReceive
| - (int) _resolutionReceive |
|
protected |
◆ _resolutionSend