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

Field Documentation

◆ audioInfo

StatisticalMediaInfo StatisticalInfo::audioInfo

Audio statistical info.

Definition at line 334 of file ISettingService.h.

◆ overallInfo

StatisticalOverallInfo StatisticalInfo::overallInfo

Overall statistical info.

Definition at line 333 of file ISettingService.h.

◆ phoneInfo

StatisticalPhoneInfo StatisticalInfo::phoneInfo

Phone statistical info.

Definition at line 337 of file ISettingService.h.

◆ shareInfo

StatisticalMediaInfo StatisticalInfo::shareInfo

Share statistical info.

Definition at line 336 of file ISettingService.h.

◆ videoInfo

StatisticalMediaInfo StatisticalInfo::videoInfo

Video statistical info.

Definition at line 335 of file ISettingService.h.