Current section

Files

Jump to
membrane_core lib membrane element callback_context process.ex
Raw

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.CallbackContext
end