Membrane.Bin.handle_other
You're seeing just the callback
handle_other
, go back to Membrane.Bin module for more information.
Specs
handle_other( message :: any(), context :: Membrane.Bin.CallbackContext.Other.t(), state :: state_t() ) :: callback_return_t()
Callback invoked when bin receives a message that is not recognized as an internal membrane message.
Useful for receiving data sent from NIFs or other stuff.