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