Membrane.Pipeline.handle_init

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

handle_init(options)

View Source (optional)

Specs

handle_init(options :: pipeline_options_t()) :: callback_return_t()

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