NDI helper event callback.
More...
#include <INDIHelper.h>
NDI helper event callback.
Definition at line 102 of file INDIHelper.h.
◆ ~INDIHelperSink()
| virtual INDIHelperSink::~INDIHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnNDIAvailableSourcesNotification()
| virtual void INDIHelperSink::OnNDIAvailableSourcesNotification |
( |
const std::vector< NDISource > & |
sources | ) |
|
|
pure virtual |
NDI available source notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
| sources | NDI available sources to pin. |
◆ OnNDIDeviceListNotification()
| virtual void INDIHelperSink::OnNDIDeviceListNotification |
( |
const std::vector< Device > & |
devices | ) |
|
|
pure virtual |
NDI devices notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
| devices | NDI available devices. |
◆ OnNDIUsageNotification()
| virtual void INDIHelperSink::OnNDIUsageNotification |
( |
const NDIUsageInfo & |
ndiUsageInfo | ) |
|
|
pure virtual |
NDI usage info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnNDIUsageSettingsNotification()
| virtual void INDIHelperSink::OnNDIUsageSettingsNotification |
( |
const NDIUsageSettings & |
settings | ) |
|
|
pure virtual |
NDI usage settings notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnPersistentNDISourcesNotification()
| virtual void INDIHelperSink::OnPersistentNDISourcesNotification |
( |
const std::vector< NDIPinnedSource > & |
sources | ) |
|
|
pure virtual |
Persistent NDI source notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Changelog
-