Membrane.Bin.handle_tick
You're seeing just the callback
handle_tick
, go back to Membrane.Bin module for more information.
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.