Current section

Files

Jump to
membrane_core lib membrane pipeline callback_context call.ex
Raw

lib/membrane/pipeline/callback_context/call.ex

defmodule Membrane.Pipeline.CallbackContext.Call do
@moduledoc """
Structure representing a context that is passed to the callback when the
pipeline is called with a synchronous call.
"""
use Membrane.Core.Pipeline.CallbackContext,
from: [GenServer.from()]
end