Current section

Files

Jump to
membrane_core lib membrane pipeline callback_context tick.ex
Raw

lib/membrane/pipeline/callback_context/tick.ex

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