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