Zoom Rooms Controller SDK Reference 6.5.0
|
NDI usage info. More...
#include <INDIHelper.h>
Data Fields | |
bool | ndiEnabled = false |
True indicates the NDI is enabled and self is host or cohost. Otherwise not. | |
int32_t | supportedCount = 0 |
The max number of pinned sources at the same time. | |
std::vector< NDIPinnedSource > | sources |
The non-persistent pinned sources in meeting. | |
int32_t | galleryPageCount = -1 |
The number of gallery pages. | |
NDI usage info.
Definition at line 100 of file INDIHelper.h.
int32_t NDIUsageInfo::galleryPageCount = -1 |
The number of gallery pages.
Definition at line 105 of file INDIHelper.h.
bool NDIUsageInfo::ndiEnabled = false |
True indicates the NDI is enabled and self is host or cohost. Otherwise not.
Definition at line 102 of file INDIHelper.h.
std::vector<NDIPinnedSource> NDIUsageInfo::sources |
The non-persistent pinned sources in meeting.
Definition at line 104 of file INDIHelper.h.
int32_t NDIUsageInfo::supportedCount = 0 |
The max number of pinned sources at the same time.
Definition at line 103 of file INDIHelper.h.