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

NDI pinned source The NDIPinnedSource refers to the non-persistent or persistent pinned source. More...

#include <INDIHelper.h>

Data Fields

NDISource source
 NDI source.
 
int32_t index = 0
 The index where the source is pinned, index values start from 1.
 

Detailed Description

NDI pinned source The NDIPinnedSource refers to the non-persistent or persistent pinned source.

Definition at line 92 of file INDIHelper.h.

Field Documentation

◆ index

int32_t NDIPinnedSource::index = 0

The index where the source is pinned, index values start from 1.

Definition at line 95 of file INDIHelper.h.

◆ source

NDISource NDIPinnedSource::source

NDI source.

Definition at line 94 of file INDIHelper.h.