Current section

Files

Jump to
membrane_core lib membrane bin callback_context tick.ex
Raw

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.Element.CallbackContext
end