MxlOutputFlow interface

Configuration for a single MXL output flow (becomes an input pin on the node).

Signature:

export interface MxlOutputFlow<Pins extends string>

Properties

Property Type Description

groupHint

string

NMOS grouphint tag for flow discovery by downstream consumers

label

Pins

Pin name — used with subscribeToPins / videoToPin / audioToPin

mediaType

"video" | "audio"

Media type: determines format conversion (v210 for video, float32 for audio)