MxlInputSettings interface

Settings to configure an MXL (Media eXchange Layer) input. Reads v210 video and float32 audio from an MXL domain. see: NorskInput.mxl()

Signature:

export interface MxlInputSettings extends SourceNodeSettings<MxlInputNode>, StreamStatisticsMixin

Properties

Property Type Description

domain

string

MXL domain path (e.g. "/dev/shm/mxl")

flowIds?

string[]

(Optional) Explicit flow UUIDs to read. If set, other selectors are ignored.

matchFormats?

string[]

(Optional) Match flows whose NMOS format URN matches any of these (e.g. ["urn:x-nmos:format:video", "urn:x-nmos:format:audio"])

matchGroupHint?

string

(Optional) Match flows whose grouphint tag contains this string

sourceName

string

Source name for this input