DeckLinkInputSettings interface
Settings to control SDI capture through a DeckLink card see: NorskInput.deckLink()
Signature:
export interface DeckLinkInputSettings extends InputSettings<DeckLinkInputNode>, StreamStatisticsMixin
Extends: InputSettings<DeckLinkInputNode>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
number |
Which card to use |
|
The audio channel layout for the input |
||
(Optional) Typically left undefined, but can be used to force capture for a specific DeckLinkDisplayModeId. If the source is not currently in this mode, then no capture will occur. |
||
(Optional) |
||
(Optional) Hardware profile to activate on the card before starting capture. Only relevant for cards that support multiple profiles (e.g. DeckLink Duo 2, Quad 2). If the card is already in the requested profile, this is a no-op. If omitted, the card’s current profile is used as-is. |
||
SDI or HDMI capture |