lib/membrane/element/callback_context/process.ex
defmodule Membrane.Element.CallbackContext.Process do
@moduledoc """
Structure representing a context that is passed to the element when new buffer arrives.
"""
use Membrane.Core.Element.CallbackContext
end