Membrane.Bin.handle_pad_added

You're seeing just the callback handle_pad_added, go back to Membrane.Bin module for more information.
Link to this callback

handle_pad_added(pad, context, state)

View Source (optional)

Specs

handle_pad_added(
  pad :: Membrane.Pad.ref_t(),
  context :: Membrane.Bin.CallbackContext.PadAdded.t(),
  state :: state_t()
) :: callback_return_t()

Callback that is called when new pad has beed added to bin. Executed ONLY for dynamic pads.