|
Meeting SDK for macOS API Reference
|
The meeting video or share statistic information. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Properties | |
| NSInteger | sendBandwidth |
| The send band width of video or share in this meeting. | |
| NSInteger | sendFps |
| The send frame rate of video or share in this meeting. | |
| NSInteger | sendRTT |
| The send video or share rtt data in this meeting. | |
| NSInteger | sendJitter |
| The send video or share jitter data in this meeting. | |
| CGFloat | sendPacketLossAvg |
| The average video or share packet loss of send data in this meeting. | |
| CGFloat | sendPacketLossMax |
| The maximum video or share packet loss of send data in this meeting. | |
| NSInteger | sendResolution |
| The send resolution when transferring video or sharing data. | |
| NSInteger | recvBandwidth |
| The receive band width of video or share in this meeting. | |
| NSInteger | recvFps |
| The receive frame rate of video or share in this meeting. | |
| NSInteger | recvRTT |
| The receive video or share rtt data in this meeting. | |
| NSInteger | recvJitter |
| The receive video or share jitter data in this meeting. | |
| CGFloat | recvPacketLossAvg |
| The average video or share packet loss of receive data in this meeting. | |
| CGFloat | recvPacketLossMax |
| The maximum video or share packet loss of receive data in this meeting. | |
| NSInteger | recvResolution |
| The receive resolution when transferring video or sharing data. | |
The meeting video or share statistic information.
Definition at line 168 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The receive band width of video or share in this meeting.
Definition at line 200 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The receive frame rate of video or share in this meeting.
Definition at line 204 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The receive video or share jitter data in this meeting.
Definition at line 212 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The average video or share packet loss of receive data in this meeting.
Definition at line 216 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The maximum video or share packet loss of receive data in this meeting.
Definition at line 220 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The receive resolution when transferring video or sharing data.
Definition at line 224 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The receive video or share rtt data in this meeting.
Definition at line 208 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The send band width of video or share in this meeting.
Definition at line 172 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The send frame rate of video or share in this meeting.
Definition at line 176 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The send video or share jitter data in this meeting.
Definition at line 184 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The average video or share packet loss of send data in this meeting.
Definition at line 188 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The maximum video or share packet loss of send data in this meeting.
Definition at line 192 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The send resolution when transferring video or sharing data.
Definition at line 196 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
The send video or share rtt data in this meeting.
Definition at line 180 of file ZoomSDKSettingService.h.