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