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

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< NDIPinnedSourcesources
 The non-persistent pinned sources in meeting.
 
int32_t galleryPageCount = -1
 The number of gallery pages.
 

Detailed Description

NDI usage info.

Definition at line 100 of file INDIHelper.h.

Field Documentation

◆ galleryPageCount

int32_t NDIUsageInfo::galleryPageCount = -1

The number of gallery pages.

Definition at line 105 of file INDIHelper.h.

◆ ndiEnabled

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.

◆ sources

std::vector<NDIPinnedSource> NDIUsageInfo::sources

The non-persistent pinned sources in meeting.

Definition at line 104 of file INDIHelper.h.

◆ supportedCount

int32_t NDIUsageInfo::supportedCount = 0

The max number of pinned sources at the same time.

Definition at line 103 of file INDIHelper.h.