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

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< NDIResolutionsupportedResolutionList
 Supported NDI resolution list.
 
std::vector< NDIFrameRatesupportedFrameRateList
 Supported NDI frame rate list.
 
int32_t outputCount = 12
 NDI output count.
 
int32_t maxOutputCount = 12
 Max NDI output count.
 

Detailed Description

NDI usage settings.

Definition at line 57 of file INDIHelper.h.

Field Documentation

◆ frameRate

NDIFrameRate NDIUsageSettings::frameRate = NDIFrameRateUnknown

NDI output's frame rate.

Definition at line 63 of file INDIHelper.h.

◆ isNDIEnabledForPreMeeting

bool NDIUsageSettings::isNDIEnabledForPreMeeting = false

TRUE indicates the NDI is enabled in premeeting. Otherwise not.

Definition at line 61 of file INDIHelper.h.

◆ isPersistentNDIEnabled

bool NDIUsageSettings::isPersistentNDIEnabled = false

TRUE indicates the NDI is enabled. Otherwise not.

Definition at line 59 of file INDIHelper.h.

◆ isPersistentNDILocked

bool NDIUsageSettings::isPersistentNDILocked = false

TRUE indicates the NDI is locked. Otherwise not.

Definition at line 60 of file INDIHelper.h.

◆ maxOutputCount

int32_t NDIUsageSettings::maxOutputCount = 12

Max NDI output count.

Definition at line 67 of file INDIHelper.h.

◆ outputCount

int32_t NDIUsageSettings::outputCount = 12

NDI output count.

Definition at line 66 of file INDIHelper.h.

◆ resolution

NDIResolution NDIUsageSettings::resolution = NDIResolutionUnknown

NDI output's resolution.

Definition at line 62 of file INDIHelper.h.

◆ supportedFrameRateList

std::vector<NDIFrameRate> NDIUsageSettings::supportedFrameRateList

Supported NDI frame rate list.

Definition at line 65 of file INDIHelper.h.

◆ supportedResolutionList

std::vector<NDIResolution> NDIUsageSettings::supportedResolutionList

Supported NDI resolution list.

Definition at line 64 of file INDIHelper.h.