View Source Membrane.Tee.Master (Membrane Tee Plugin v0.12.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

:input

Accepted formats:

_any
Direction::input
Availability::always
Flow control::auto

:copy

Accepted formats:

_any
Direction::output
Availability::on_request
Flow control::push

:master

Accepted formats:

_any
Direction::output
Availability::always
Flow control::auto