Membrane Element Tee v0.2.0 Membrane.Element.Tee.Parallel View Source
Element for forwarding packets to two or more outputs
There is one input pad :input
and output pad:
:output
- is a dynamic pad which is available on request and works in pull mode
Basically we can forward packets to more than one destination by linking dynamic pad to one or more inputs. Packets are forwarded only when all output pads send demands. To avoid overriding your links to output pads, create them with specific id ({:tee, :output, id})
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
:output
Availability | :on_request |
Caps | :any |
Direction | :output |
Mode | :pull |
Link to this section Summary
Functions
Returns pads descriptions for Membrane.Element.Tee.Parallel
Link to this section Functions
Link to this function
membrane_pads()
View Sourcemembrane_pads() :: [ {Membrane.Element.Pad.name_t(), Membrane.Element.Pad.description_t()} ]
Returns pads descriptions for Membrane.Element.Tee.Parallel