NVIDIA Morpheus (24.06)
(Latest Version)

Multiplexer Module

The multiplexer receives data packets from one or more input ports and interleaves them into a single output.

Parameter

Type

Description

Example Value

Default Value

input_ports

list[string]

Input ports data streams to be combined

["intput_1", "input_2"]

None

c

string

Output port where the combined streams to be passed

output

None

Copy
Copied!
            

{ "input_ports": ["intput_1", "input_2"], "output_port": "output" }

© Copyright 2023, NVIDIA. Last updated on Oct 12, 2023.