Current section

Files

Jump to
membrane_core lib membrane element callback_context event.ex
Raw

lib/membrane/element/callback_context/event.ex

defmodule Membrane.Element.CallbackContext.Event do
@moduledoc """
Structure representing a context that is passed to the element
when handling event.
"""
use Membrane.Core.Element.CallbackContext
end