Membrane.Bin.handle_pad_removed

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

handle_pad_removed(pad, context, state)

View Source (optional)

Specs

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

Callback that is called when some pad of the bin has beed removed. Executed ONLY for dynamic pads.