Membrane Element Tee v0.1.0 Membrane.Element.Tee.Master View Source
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
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
:copy
Availability | :on_request |
Caps | :any |
Direction | :output |
Mode | :push |
:master
Availability | :always |
Caps | :any |
Direction | :output |
Mode | :pull |
Link to this section Summary
Functions
Returns pads descriptions for Membrane.Element.Tee.Master
Link to this section Functions
Link to this function
membrane_pads()
View Source
membrane_pads()
View Source
membrane_pads() :: [
{Membrane.Element.Pad.name_t(), Membrane.Element.Pad.description_t()}
]
membrane_pads() :: [ {Membrane.Element.Pad.name_t(), Membrane.Element.Pad.description_t()} ]
Returns pads descriptions for Membrane.Element.Tee.Master