defmodule Membrane.Element.CallbackContext.Tick do @moduledoc """ Structure representing a context that is passed to the callback when element handles timer tick. """ use Membrane.Core.Element.CallbackContext end