|
Zoom Rooms Controller SDK Reference 6.6.0
|
NDI source The NDISource supports both non-persistent and persistent assignments. More...
#include <INDIHelper.h>
Data Fields | |
| NDISourceType | type = NDISourceTypeNone |
| NDI source type, such as NDISourceType enum. | |
| int32_t | sourceID = 0 |
| NDI source ID. Valid for type is NDISourceTypeShare, the sourceID is the userID that the NDI source belongs to. | |
| ConfInstType | fromType = ConfInstTypeCurrentConf |
| Where does the NDI source come from, such as ConfInstType enum. | |
| int32_t | sourceTypeIndex = 0 |
| Valid for type is Share(only persistently pinned), PinGroup or Gallery. | |
| int32_t | shareSourceID = 0 |
| Valid for type is NDISourceTypeShare. | |
| GalleryGridSize | gridSize |
| Valid for type is NDISourceTypeGallery. | |
NDI source The NDISource supports both non-persistent and persistent assignments.
Definition at line 72 of file INDIHelper.h.
| ConfInstType NDISource::fromType = ConfInstTypeCurrentConf |
Where does the NDI source come from, such as ConfInstType enum.
Definition at line 76 of file INDIHelper.h.
| GalleryGridSize NDISource::gridSize |
Valid for type is NDISourceTypeGallery.
Definition at line 79 of file INDIHelper.h.
| int32_t NDISource::shareSourceID = 0 |
Valid for type is NDISourceTypeShare.
Definition at line 78 of file INDIHelper.h.
| int32_t NDISource::sourceID = 0 |
NDI source ID. Valid for type is NDISourceTypeShare, the sourceID is the userID that the NDI source belongs to.
Definition at line 75 of file INDIHelper.h.
| int32_t NDISource::sourceTypeIndex = 0 |
Valid for type is Share(only persistently pinned), PinGroup or Gallery.
Definition at line 77 of file INDIHelper.h.
| NDISourceType NDISource::type = NDISourceTypeNone |
NDI source type, such as NDISourceType enum.
Definition at line 74 of file INDIHelper.h.