Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
HWIOInfo Struct Reference

HWIOInfo. 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< HWIODeviceInfodeviceInfos
 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.
 

Detailed Description

HWIOInfo.

Definition at line 322 of file IHWIOHelper.h.

Field Documentation

◆ deviceInfos

std::vector<HWIODeviceInfo> HWIOInfo::deviceInfos

Device info list, see HWIODeviceInfo struct.

Definition at line 326 of file IHWIOHelper.h.

◆ isFeatureAllowed

bool HWIOInfo::isFeatureAllowed = false

TRUE indicates the HWIO feature is allowed. Otherwise not.

Definition at line 328 of file IHWIOHelper.h.

◆ isServiceAvailable

bool HWIOInfo::isServiceAvailable = false

TRUE indicates the HWIO service is enabled. Otherwise not.

Definition at line 327 of file IHWIOHelper.h.

◆ virtualAudioInputIDs

std::vector<uint32_t> HWIOInfo::virtualAudioInputIDs

Virtual audio input ID list.

Definition at line 325 of file IHWIOHelper.h.

◆ virtualVideoInputIDs

std::vector<uint32_t> HWIOInfo::virtualVideoInputIDs

Virtual video input ID list.

Definition at line 324 of file IHWIOHelper.h.