Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
StatisticalInfo Struct Reference

Statistical info. More...

#include <ISettingService.h>

Data Fields

StatisticalOverallInfo overallInfo
 Overall statistical info.
 
StatisticalMediaInfo audioInfo
 Audio statistical info.
 
StatisticalMediaInfo videoInfo
 Video statistical info.
 
StatisticalMediaInfo shareInfo
 Share statistical info.
 
StatisticalPhoneInfo phoneInfo
 Phone statistical info.
 

Detailed Description

Statistical info.

Definition at line 357 of file ISettingService.h.

Field Documentation

◆ audioInfo

StatisticalMediaInfo StatisticalInfo::audioInfo

Audio statistical info.

Definition at line 360 of file ISettingService.h.

◆ overallInfo

StatisticalOverallInfo StatisticalInfo::overallInfo

Overall statistical info.

Definition at line 359 of file ISettingService.h.

◆ phoneInfo

StatisticalPhoneInfo StatisticalInfo::phoneInfo

Phone statistical info.

Definition at line 363 of file ISettingService.h.

◆ shareInfo

StatisticalMediaInfo StatisticalInfo::shareInfo

Share statistical info.

Definition at line 362 of file ISettingService.h.

◆ videoInfo

StatisticalMediaInfo StatisticalInfo::videoInfo

Video statistical info.

Definition at line 361 of file ISettingService.h.