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