Current section

Files

Jump to
membrane_core lib membrane pipeline callback_context other.ex
Raw

lib/membrane/pipeline/callback_context/other.ex

defmodule Membrane.Pipeline.CallbackContext.Other do
@moduledoc """
Structure representing a context that is passed to the callback when
pipeline receives an unrecognized message.
"""
use Membrane.Core.Pipeline.CallbackContext
end