Current section

Files

Jump to
membrane_core lib membrane element callback_context other.ex
Raw

lib/membrane/element/callback_context/other.ex

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