Membrane.Funnel (Membrane Funnel plugin v0.3.0) View Source
Element that can be used for collecting data from multiple inputs and sending it through one output.
Element options
Passed via struct Membrane.Funnel.t/0
end_of_stream
:on_last_pad | :never
Default value:
:on_last_pad
Pads
:input
Availability | :on_request |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Caps | :any |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.Funnel
Functions
Returns pads descriptions for Membrane.Funnel
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.Funnel{end_of_stream: :on_last_pad | :never}
Struct containing options for Membrane.Funnel
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.Funnel
Specs
options() :: keyword()
Returns description of options available for this module