Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
QualityStatisticalVideo Struct Reference

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.
 

Detailed Description

Video quality statistical.

Definition at line 176 of file ISettingService.h.

Field Documentation

◆ fpsOfRecvMaxVideo

uint32_t QualityStatisticalVideo::fpsOfRecvMaxVideo = 0xffffffff

FPS of receive video .

Definition at line 178 of file ISettingService.h.

◆ fpsOfSend

uint64_t QualityStatisticalVideo::fpsOfSend = 0xffffffff

FPS of send video.

Definition at line 182 of file ISettingService.h.

◆ heightOfMaxRecvVideo

uint32_t QualityStatisticalVideo::heightOfMaxRecvVideo = 0xffffffff

Height of receive video.

Definition at line 180 of file ISettingService.h.

◆ resolutionOfSend

uint32_t QualityStatisticalVideo::resolutionOfSend = 0xffffffff

Resolution of send video. width: resolutionOfSend & 0xFFFF, height: (resolutionOfSend >> 16) & 0xFFFF.

Definition at line 181 of file ISettingService.h.

◆ widthOfMaxRecvVideo

uint32_t QualityStatisticalVideo::widthOfMaxRecvVideo = 0xffffffff

Width of receive video.

Definition at line 179 of file ISettingService.h.