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