MxlOutputSettings interface
Settings to configure an MXL (Media eXchange Layer) output. Writes v210 video and float32 audio to an MXL domain for consumption by other MXL-enabled applications. see: NorskOutput.mxl()
Signature:
export interface MxlOutputSettings<Pins extends string> extends SinkNodeSettings<MxlOutputNode<Pins>>, StreamStatisticsMixin
Extends: SinkNodeSettings<MxlOutputNode<Pins>>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
string |
MXL domain path (e.g. "/dev/shm/mxl") |
|
MxlOutputFlow<Pins>[] |
Flow definitions — each becomes an input pin on the node |
|
(Optional) Jitter buffer configuration |