NdiInputSettings interface
Settings to control NDI capture see: NorskInput.ndi()
Signature:
export interface NdiInputSettings extends SourceNodeSettings<NdiInputNode>, StreamStatisticsMixin
Extends: SourceNodeSettings<NdiInputNode>, StreamStatisticsMixin
Properties
Property | Type | Description |
---|---|---|
string |
The receive name to publish to the source |
|
string |
the NDI source name to capture from, which can be found through |
|
() ⇒ void |
(Optional) Called when the receiver is initialised; you could use this to avoid starting other nodes until frame reception is guaranteed |
|
string |
sourceName of this capture |