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