Zoom Rooms Controller SDK Reference 6.5.0
|
#include <IHWIOHelper.h>
Data Fields | |
HWIOVideoAssignmentType | type = HWIOVideoAssignmentTypeUnassigned |
HWIO video assignment type, see HWIOVideoAssignmentType enum. | |
std::string | userGuid |
User GUID, valid for type is HWIOVideoAssignmentTypeOutputFromUser. | |
uint32_t | virtualInputID = 0 |
Virtual input ID, 1-indexed, valid for type is HWIOVideoAssignmentTypeInputToVirtualInput. | |
uint32_t | testSignalFrameRGB = 0 |
Test signal from RGB, valid for type is HWIOVideoAssignmentTypeOutputTestSignal. | |
uint32_t | screenShare = 0 |
Share screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputScreenShare. | |
uint32_t | pinGroupScreen = 0 |
Pin group screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputPinGroup. | |
uint32_t | galleryPage = 0 |
Gallery page, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputGalleryView. | |
HWIOGridSize | gridSize |
Gallery view grid size, see HWIOGridSize struct, valid for type is HWIOVideoAssignmentTypeOutputGalleryView. | |
Definition at line 251 of file IHWIOHelper.h.
uint32_t HWIOVideoAssignment::galleryPage = 0 |
Gallery page, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputGalleryView.
Definition at line 259 of file IHWIOHelper.h.
HWIOGridSize HWIOVideoAssignment::gridSize |
Gallery view grid size, see HWIOGridSize struct, valid for type is HWIOVideoAssignmentTypeOutputGalleryView.
Definition at line 260 of file IHWIOHelper.h.
uint32_t HWIOVideoAssignment::pinGroupScreen = 0 |
Pin group screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputPinGroup.
Definition at line 258 of file IHWIOHelper.h.
uint32_t HWIOVideoAssignment::screenShare = 0 |
Share screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputScreenShare.
Definition at line 257 of file IHWIOHelper.h.
uint32_t HWIOVideoAssignment::testSignalFrameRGB = 0 |
Test signal from RGB, valid for type is HWIOVideoAssignmentTypeOutputTestSignal.
Definition at line 256 of file IHWIOHelper.h.
HWIOVideoAssignmentType HWIOVideoAssignment::type = HWIOVideoAssignmentTypeUnassigned |
HWIO video assignment type, see HWIOVideoAssignmentType enum.
Definition at line 253 of file IHWIOHelper.h.
std::string HWIOVideoAssignment::userGuid |
User GUID, valid for type is HWIOVideoAssignmentTypeOutputFromUser.
Definition at line 254 of file IHWIOHelper.h.
uint32_t HWIOVideoAssignment::virtualInputID = 0 |
Virtual input ID, 1-indexed, valid for type is HWIOVideoAssignmentTypeInputToVirtualInput.
Definition at line 255 of file IHWIOHelper.h.