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