lib/membrane/pipeline/callback_context/child_notification.ex

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