Current section

Files

Jump to
membrane_core lib membrane bin callback_context info.ex
Raw

lib/membrane/bin/callback_context/info.ex

defmodule Membrane.Bin.CallbackContext.Info do
@moduledoc """
Structure representing a context that is passed to the callback when
bin receives unrecognized message.
"""
use Membrane.Core.Bin.CallbackContext
end