Zoom Rooms Controller SDK Reference 6.5.0
|
NDI usage settings. More...
#include <INDIHelper.h>
Data Fields | |
bool | isPersistentNDIEnabled = false |
TRUE indicates the NDI is enabled. Otherwise not. | |
bool | isPersistentNDILocked = false |
TRUE indicates the NDI is locked. Otherwise not. | |
bool | isNDIEnabledForPreMeeting = false |
TRUE indicates the NDI is enabled in premeeting. Otherwise not. | |
NDIResolution | resolution = NDIResolutionUnknown |
NDI output's resolution. | |
NDIFrameRate | frameRate = NDIFrameRateUnknown |
NDI output's frame rate. | |
std::vector< NDIResolution > | supportedResolutionList |
Supported NDI resolution list. | |
std::vector< NDIFrameRate > | supportedFrameRateList |
Supported NDI frame rate list. | |
int32_t | outputCount = 12 |
NDI output count. | |
int32_t | maxOutputCount = 12 |
Max NDI output count. | |
NDI usage settings.
Definition at line 57 of file INDIHelper.h.
NDIFrameRate NDIUsageSettings::frameRate = NDIFrameRateUnknown |
NDI output's frame rate.
Definition at line 63 of file INDIHelper.h.
bool NDIUsageSettings::isNDIEnabledForPreMeeting = false |
TRUE indicates the NDI is enabled in premeeting. Otherwise not.
Definition at line 61 of file INDIHelper.h.
bool NDIUsageSettings::isPersistentNDIEnabled = false |
TRUE indicates the NDI is enabled. Otherwise not.
Definition at line 59 of file INDIHelper.h.
bool NDIUsageSettings::isPersistentNDILocked = false |
TRUE indicates the NDI is locked. Otherwise not.
Definition at line 60 of file INDIHelper.h.
int32_t NDIUsageSettings::maxOutputCount = 12 |
Max NDI output count.
Definition at line 67 of file INDIHelper.h.
int32_t NDIUsageSettings::outputCount = 12 |
NDI output count.
Definition at line 66 of file INDIHelper.h.
NDIResolution NDIUsageSettings::resolution = NDIResolutionUnknown |
NDI output's resolution.
Definition at line 62 of file INDIHelper.h.
std::vector<NDIFrameRate> NDIUsageSettings::supportedFrameRateList |
Supported NDI frame rate list.
Definition at line 65 of file INDIHelper.h.
std::vector<NDIResolution> NDIUsageSettings::supportedResolutionList |
Supported NDI resolution list.
Definition at line 64 of file INDIHelper.h.