defmodule Membrane.Element.CallbackContext.Process do @moduledoc """ Structure representing a context that is passed to the element when new buffer arrives. """ use Membrane.CallbackContext end