lib/membrane/bin/callback_context/tick.ex
defmodule Membrane.Bin.CallbackContext.Tick do
@moduledoc """
Structure representing a context that is passed to the callback when
bin handles timer tick.
"""
use Membrane.Core.Bin.CallbackContext
end