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

HWIODeviceInfo. More...

#include <IHWIOHelper.h>

Data Fields

uint32_t deviceID = 0
 Device ID.
 
HWIODeviceManufacturer manufacturer = HWIODeviceManufacturerUnspecified
 Device manufacturer, see HWIODeviceManufacturer enum.
 
HWIODeviceConnectionType connectionType = HWIODeviceConnectionTypeUnspecified
 Device connection type, see HWIODeviceConnectionType enum.
 
std::string name
 Name, such as "DeckLink Duo 2".
 
std::string internalIdentifier
 Internal identifier.
 
std::string driverVersion
 Driver version.
 
std::vector< HWIOChannelInfochannelInfos
 Channel info list, see HWIOChannelInfo struct.
 

Detailed Description

HWIODeviceInfo.

Definition at line 309 of file IHWIOHelper.h.

Field Documentation

◆ channelInfos

std::vector<HWIOChannelInfo> HWIODeviceInfo::channelInfos

Channel info list, see HWIOChannelInfo struct.

Definition at line 317 of file IHWIOHelper.h.

◆ connectionType

Device connection type, see HWIODeviceConnectionType enum.

Definition at line 313 of file IHWIOHelper.h.

◆ deviceID

uint32_t HWIODeviceInfo::deviceID = 0

Device ID.

Definition at line 311 of file IHWIOHelper.h.

◆ driverVersion

std::string HWIODeviceInfo::driverVersion

Driver version.

Definition at line 316 of file IHWIOHelper.h.

◆ internalIdentifier

std::string HWIODeviceInfo::internalIdentifier

Internal identifier.

Definition at line 315 of file IHWIOHelper.h.

◆ manufacturer

Device manufacturer, see HWIODeviceManufacturer enum.

Definition at line 312 of file IHWIOHelper.h.

◆ name

std::string HWIODeviceInfo::name

Name, such as "DeckLink Duo 2".

Definition at line 314 of file IHWIOHelper.h.