Membrane.Element.Base.handle_pad_added
You're seeing just the callback
handle_pad_added
, go back to Membrane.Element.Base module for more information.
Specs
handle_pad_added( pad :: Membrane.Pad.ref_t(), context :: Membrane.Element.CallbackContext.PadAdded.t(), state :: Membrane.Element.state_t() ) :: callback_return_t()
Callback that is called when new pad has beed added to element. Executed ONLY for dynamic pads.