Zoom Rooms Controller SDK Reference 6.5.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 308 of file ISettingService.h.

Field Documentation

◆ audioInfo

StatisticalMediaInfo StatisticalInfo::audioInfo

Audio statistical info.

Definition at line 311 of file ISettingService.h.

◆ overallInfo

StatisticalOverallInfo StatisticalInfo::overallInfo

Overall statistical info.

Definition at line 310 of file ISettingService.h.

◆ phoneInfo

StatisticalPhoneInfo StatisticalInfo::phoneInfo

Phone statistical info.

Definition at line 314 of file ISettingService.h.

◆ shareInfo

StatisticalMediaInfo StatisticalInfo::shareInfo

Share statistical info.

Definition at line 313 of file ISettingService.h.

◆ videoInfo

StatisticalMediaInfo StatisticalInfo::videoInfo

Video statistical info.

Definition at line 312 of file ISettingService.h.