Zoom Rooms Controller SDK Reference 6.5.0
|
#include <IHWIOHelper.h>
Data Fields | |
std::vector< uint32_t > | virtualVideoInputIDs |
Virtual video input ID list. | |
std::vector< uint32_t > | virtualAudioInputIDs |
Virtual audio input ID list. | |
std::vector< HWIODeviceInfo > | deviceInfos |
Device info list, see HWIODeviceInfo struct. | |
bool | isServiceAvailable = false |
TRUE indicates the HWIO service is enabled. Otherwise not. | |
bool | isFeatureAllowed = false |
TRUE indicates the HWIO feature is allowed. Otherwise not. | |
Definition at line 322 of file IHWIOHelper.h.
std::vector<HWIODeviceInfo> HWIOInfo::deviceInfos |
Device info list, see HWIODeviceInfo struct.
Definition at line 326 of file IHWIOHelper.h.
bool HWIOInfo::isFeatureAllowed = false |
TRUE indicates the HWIO feature is allowed. Otherwise not.
Definition at line 328 of file IHWIOHelper.h.
bool HWIOInfo::isServiceAvailable = false |
TRUE indicates the HWIO service is enabled. Otherwise not.
Definition at line 327 of file IHWIOHelper.h.
std::vector<uint32_t> HWIOInfo::virtualAudioInputIDs |
Virtual audio input ID list.
Definition at line 325 of file IHWIOHelper.h.
std::vector<uint32_t> HWIOInfo::virtualVideoInputIDs |
Virtual video input ID list.
Definition at line 324 of file IHWIOHelper.h.