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

HWIO device information. 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.
 
bool inputSignalDetectionSupported = false
 Input signal detection supported.
 
bool inputSignalDetectionEnabled = false
 Input signal detection enabled.
 

Detailed Description

HWIO device information.

Definition at line 324 of file IHWIOHelper.h.

Field Documentation

◆ channelInfos

std::vector<HWIOChannelInfo> HWIODeviceInfo::channelInfos

Channel info list, see HWIOChannelInfo struct.

Definition at line 332 of file IHWIOHelper.h.

◆ connectionType

Device connection type, see HWIODeviceConnectionType enum.

Definition at line 328 of file IHWIOHelper.h.

◆ deviceID

uint32_t HWIODeviceInfo::deviceID = 0

Device ID.

Definition at line 326 of file IHWIOHelper.h.

◆ driverVersion

std::string HWIODeviceInfo::driverVersion

Driver version.

Definition at line 331 of file IHWIOHelper.h.

◆ inputSignalDetectionEnabled

bool HWIODeviceInfo::inputSignalDetectionEnabled = false

Input signal detection enabled.

Definition at line 334 of file IHWIOHelper.h.

◆ inputSignalDetectionSupported

bool HWIODeviceInfo::inputSignalDetectionSupported = false

Input signal detection supported.

Definition at line 333 of file IHWIOHelper.h.

◆ internalIdentifier

std::string HWIODeviceInfo::internalIdentifier

Internal identifier.

Definition at line 330 of file IHWIOHelper.h.

◆ manufacturer

Device manufacturer, see HWIODeviceManufacturer enum.

Definition at line 327 of file IHWIOHelper.h.

◆ name

std::string HWIODeviceInfo::name

Name, such as "DeckLink Duo 2".

Definition at line 329 of file IHWIOHelper.h.