Membrane.Bin.handle_tick

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

handle_tick(timer_id, context, state)

View Source (optional)

Specs

handle_tick(
  timer_id :: any(),
  context :: Membrane.Bin.CallbackContext.Tick.t(),
  state :: state_t()
) :: callback_return_t()

Callback invoked upon each timer tick. A timer can be started with Membrane.Bin.Action.start_timer_t/0 action.