MxlOutputNode class

MXL Output Node - writes media to an MXL shared memory domain. see: NorskOutput.mxl()

Signature:

export declare class MxlOutputNode<Pins extends string> extends AutoSinkMediaNode<Pins>

Extends: AutoSinkMediaNode<Pins>

Methods

Method Modifiers Description

addFabricsTarget(label, targetInfo)

Start pushing a flow to an additional remote fabrics target at runtime. The targetInfo string comes from the receiving MXL input’s onFabricsTargetInfos. Re-add after the remote target restarts (its TargetInfo changes).

removeFabricsTarget(label, targetInfo)

Stop pushing a flow to a previously added remote fabrics target.