View Source Membrane.Tee.Master (Membrane Tee Plugin v0.10.0)
Element for forwarding buffers to at least one output pad
It has one input pad :input
and 2 output pads:
:master
- is a static pad which is always available and works in pull mode:copy
- is a dynamic pad that can be linked to any number of elements (including 0) and works in push mode
The :master
pad dictates the speed of processing data and any element (or elements) connected to :copy
pad
will receive the same data as :master
pads
Pads
input
:input
Accepted formats |
|
Availability | :always |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
copy
:copy
Accepted formats |
|
Availability | :on_request |
Demand mode | :manual |
Direction | :output |
Mode | :push |
Name | :copy |
master
:master
Accepted formats |
|
Availability | :always |
Demand mode | :auto |
Direction | :output |
Mode | :pull |
Name | :master |