Current section

Files

Jump to
membrane_core lib membrane pipeline callback_context notification.ex
Raw

lib/membrane/pipeline/callback_context/notification.ex

defmodule Membrane.Pipeline.CallbackContext.Notification do
@moduledoc """
Structure representing a context that is passed to the callback when
pipeline receives a notification.
"""
use Membrane.Core.Pipeline.CallbackContext
end