lib/membrane/pipeline/callback_context/crash_group_down.ex

defmodule Membrane.Pipeline.CallbackContext.CrashGroupDown do
  @moduledoc """
  Structure representing a context that is passed to the bin
  when a crash group is down.
  """
  use Membrane.Core.Pipeline.CallbackContext,
    members: [Membrane.Child.name_t()],
    crash_initiator: Membrane.Child.name_t()
end