Current section

Files

Jump to
membrane_core lib membrane bin callback_context other.ex
Raw

lib/membrane/bin/callback_context/other.ex

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