|
Zoom Rooms Controller SDK Reference 6.6.0
|
Video quality statistical. More...
#include <ISettingService.h>
Data Fields | |
| uint32_t | fpsOfRecvMaxVideo = 0xffffffff |
| FPS of receive video . | |
| uint32_t | widthOfMaxRecvVideo = 0xffffffff |
| Width of receive video. | |
| uint32_t | heightOfMaxRecvVideo = 0xffffffff |
| Height of receive video. | |
| uint32_t | resolutionOfSend = 0xffffffff |
| Resolution of send video. width: resolutionOfSend & 0xFFFF, height: (resolutionOfSend >> 16) & 0xFFFF. | |
| uint64_t | fpsOfSend = 0xffffffff |
| FPS of send video. | |
Video quality statistical.
Definition at line 176 of file ISettingService.h.
| uint32_t QualityStatisticalVideo::fpsOfRecvMaxVideo = 0xffffffff |
FPS of receive video .
Definition at line 178 of file ISettingService.h.
| uint64_t QualityStatisticalVideo::fpsOfSend = 0xffffffff |
FPS of send video.
Definition at line 182 of file ISettingService.h.
| uint32_t QualityStatisticalVideo::heightOfMaxRecvVideo = 0xffffffff |
Height of receive video.
Definition at line 180 of file ISettingService.h.
| uint32_t QualityStatisticalVideo::resolutionOfSend = 0xffffffff |
Resolution of send video. width: resolutionOfSend & 0xFFFF, height: (resolutionOfSend >> 16) & 0xFFFF.
Definition at line 181 of file ISettingService.h.
| uint32_t QualityStatisticalVideo::widthOfMaxRecvVideo = 0xffffffff |
Width of receive video.
Definition at line 179 of file ISettingService.h.