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

Field Documentation

◆ audioInfo

StatisticalMediaInfo StatisticalInfo::audioInfo

Audio statistical info.

Definition at line 323 of file ISettingService.h.

◆ overallInfo

StatisticalOverallInfo StatisticalInfo::overallInfo

Overall statistical info.

Definition at line 322 of file ISettingService.h.

◆ phoneInfo

StatisticalPhoneInfo StatisticalInfo::phoneInfo

Phone statistical info.

Definition at line 326 of file ISettingService.h.

◆ shareInfo

StatisticalMediaInfo StatisticalInfo::shareInfo

Share statistical info.

Definition at line 325 of file ISettingService.h.

◆ videoInfo

StatisticalMediaInfo StatisticalInfo::videoInfo

Video statistical info.

Definition at line 324 of file ISettingService.h.