DeckLinkAncillaryKind type

Which ancillary data format (if any) the SDI input should decode. Orthogonal to subtitles — SCTE-104 can in principle coexist with OP47/CEA on the same signal, although this combination is rare in practice. * "none" — do not decode any ancillary data * "scte104" — SCTE-104 splice commands (SMPTE 2010, DID=0x41 SDID=0x07). Decoded messages are exposed as SCTE-35 SpliceInfoSection on the DeckLink input’s ancillary output, using the current video frame’s PTS to resolve pre_roll_time offsets.

Signature:

export type DeckLinkAncillaryKind = "none" | "scte104";