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