Zoom Rooms Controller SDK Reference 6.6.0
|
HWIO information. More...
#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. | |
HWIO information.
Definition at line 339 of file IHWIOHelper.h.
std::vector<HWIODeviceInfo> HWIOInfo::deviceInfos |
Device info list, see HWIODeviceInfo struct.
Definition at line 343 of file IHWIOHelper.h.
bool HWIOInfo::isFeatureAllowed = false |
TRUE indicates the HWIO feature is allowed. Otherwise not.
Definition at line 345 of file IHWIOHelper.h.
bool HWIOInfo::isServiceAvailable = false |
TRUE indicates the HWIO service is enabled. Otherwise not.
Definition at line 344 of file IHWIOHelper.h.
std::vector<uint32_t> HWIOInfo::virtualAudioInputIDs |
Virtual audio input ID list.
Definition at line 342 of file IHWIOHelper.h.
std::vector<uint32_t> HWIOInfo::virtualVideoInputIDs |
Virtual video input ID list.
Definition at line 341 of file IHWIOHelper.h.