HECTOR Module - Splitter
Home > Module Index > Builtin.Splitter 0.1.2
1:4 Splitter.
Free
HECTOR v0.4
Connections
Name
Type
Data Type
Description
In
Collector
GenericFrame
The incoming data stream. Commonly used for audio or video, however it also useful when you need to send a sync signal to several different devices at the same time.
Out 1
Generator
GenericFrame
Data stream output 1.
Out 2
Generator
GenericFrame
Data stream output 2.
Out 3
Generator
GenericFrame
Data stream output 3.
Out 4
Generator
GenericFrame
Data stream output 4.
Options
Name
Data Type
Description
Description
Basic 1-input, 4-output generic data splitter. This data splitter can accept any incoming data connection, and will send it to the four outputs. Note that it does not clone the data. Therefore, there is a chance that something downstream could change the data, and the split versions may also change. However, this is unlikely as anything modifying the stream should create a new instance of the data.
Tags
builtin
audio
video
generic
Get HECTOR to use this module.