Membrane.Bin.handle_init

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

handle_init(options)

View Source (optional)

Specs

handle_init(options :: options_t()) :: callback_return_t()

Callback invoked on initialization of bin process. It should parse options and initialize bin's internal state. Internally it is invoked inside GenServer.init/1 callback.