Zoom Rooms Controller SDK Reference 6.5.0
|
#include <IHWIOHelper.h>
Definition at line 291 of file IHWIOHelper.h.
HWIOAssignmentStatus HWIOChannelInfo::assignmentStatus |
Assignment status, see HWIOAssignmentStatus struct.
Definition at line 296 of file IHWIOHelper.h.
uint32_t HWIOChannelInfo::channelID = 0 |
Channel ID.
Definition at line 293 of file IHWIOHelper.h.
HWIOChannelConnectorType HWIOChannelInfo::connectorType = HWIOChannelConnectorTypeUnspecified |
Channel connector type, see HWIOChannelConnectorType enum.
Definition at line 295 of file IHWIOHelper.h.
HWIOConfiguration HWIOChannelInfo::inputConfiguration |
Input configuration, see HWIOConfiguration struct.
Definition at line 297 of file IHWIOHelper.h.
HWIOChannelModality HWIOChannelInfo::modality = HWIOChannelModalityNone |
Channel modality, see HWIOChannelModality enum.
Definition at line 294 of file IHWIOHelper.h.
std::string HWIOChannelInfo::name |
Channel name. If empty, use the parent device's name.
Definition at line 303 of file IHWIOHelper.h.
HWIOConfiguration HWIOChannelInfo::outputConfiguration |
Output configuration, see HWIOConfiguration struct.
Definition at line 298 of file IHWIOHelper.h.
std::vector<HWIOAudioSettings> HWIOChannelInfo::supportedInputAudioSettings |
Supported input audio setting list, see HWIOAudioSettings struct.
Definition at line 301 of file IHWIOHelper.h.
std::vector<HWIOVideoSettings> HWIOChannelInfo::supportedInputVideoSettings |
Supported input video setting list, see HWIOVideoSettings struct.
Definition at line 299 of file IHWIOHelper.h.
std::vector<HWIOAudioSettings> HWIOChannelInfo::supportedOutputAudioSettings |
Supported output audio setting list, see HWIOAudioSettings struct.
Definition at line 302 of file IHWIOHelper.h.
std::vector<HWIOVideoSettings> HWIOChannelInfo::supportedOutputVideoSettings |
Supported output video setting list, see HWIOVideoSettings struct.
Definition at line 300 of file IHWIOHelper.h.
HWIOVideoConvertPreferenceType HWIOChannelInfo::videoConvertPreferenceType = HWIOVideoConvertPreferenceTypeUnknown |
Video convert preference, see HWIOVideoConvertPreferenceType enum.
Definition at line 304 of file IHWIOHelper.h.