Membrane.Element.Base.handle_init

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

handle_init(options)

View Source (optional)

Specs

handle_init(options :: Membrane.Element.options_t()) ::
  {:ok, Membrane.Element.state_t()} | {:error, any()}

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