DeckLinkOutputSettings interface

Settings to configure a DeckLink (BlackMagic) output for SDI/HDMI playback see NorskOutput.deckLink()

Signature:

export interface DeckLinkOutputSettings extends SinkNodeSettings<DeckLinkOutputNode>, StreamStatisticsMixin

Properties

Property Type Description

cardIndex

number

The DeckLink card index (0-based)

jitterBuffer?

JitterBufferConfig

(Optional) Jitter buffer configuration

keyingMode?

DeckLinkKeyingMode

(Optional) Keying mode (none, internal, or external)

numAudioChannels

number

Number of audio channels to output

pixelFormat

DeckLinkPixelFormat

Pixel format for output

profileId?

DeckLinkProfileId

(Optional) Hardware profile to activate on the card before starting playback. 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.

videoConnection

DeckLinkVideoConnection

SDI or HDMI output