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
Extends: SourceNodeSettings<MxlInputNode>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
string |
MXL domain path (e.g. "/dev/shm/mxl") |
|
string[] |
(Optional) Explicit flow UUIDs to read. If set, other selectors are ignored. |
|
string[] |
(Optional) Match flows whose NMOS format URN matches any of these (e.g. ["urn:x-nmos:format:video", "urn:x-nmos:format:audio"]) |
|
string |
(Optional) Match flows whose grouphint tag contains this string |
|
string |
Source name for this input |