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

HWIOVideoAssignment. More...

#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.
 

Detailed Description

HWIOVideoAssignment.

Definition at line 251 of file IHWIOHelper.h.

Field Documentation

◆ galleryPage

uint32_t HWIOVideoAssignment::galleryPage = 0

Gallery page, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputGalleryView.

Definition at line 259 of file IHWIOHelper.h.

◆ gridSize

HWIOGridSize HWIOVideoAssignment::gridSize

Gallery view grid size, see HWIOGridSize struct, valid for type is HWIOVideoAssignmentTypeOutputGalleryView.

Definition at line 260 of file IHWIOHelper.h.

◆ pinGroupScreen

uint32_t HWIOVideoAssignment::pinGroupScreen = 0

Pin group screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputPinGroup.

Definition at line 258 of file IHWIOHelper.h.

◆ screenShare

uint32_t HWIOVideoAssignment::screenShare = 0

Share screen index, 1-indexed, valid for type is HWIOVideoAssignmentTypeOutputScreenShare.

Definition at line 257 of file IHWIOHelper.h.

◆ testSignalFrameRGB

uint32_t HWIOVideoAssignment::testSignalFrameRGB = 0

Test signal from RGB, valid for type is HWIOVideoAssignmentTypeOutputTestSignal.

Definition at line 256 of file IHWIOHelper.h.

◆ type

HWIO video assignment type, see HWIOVideoAssignmentType enum.

Definition at line 253 of file IHWIOHelper.h.

◆ userGuid

std::string HWIOVideoAssignment::userGuid

User GUID, valid for type is HWIOVideoAssignmentTypeOutputFromUser.

Definition at line 254 of file IHWIOHelper.h.

◆ virtualInputID

uint32_t HWIOVideoAssignment::virtualInputID = 0

Virtual input ID, 1-indexed, valid for type is HWIOVideoAssignmentTypeInputToVirtualInput.

Definition at line 255 of file IHWIOHelper.h.