View Source Membrane.Pipeline.CallbackContext.CrashGroupDown (Membrane Core v0.10.2)

Structure representing a context that is passed to the bin when a crash group is down.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.Pipeline.CallbackContext.CrashGroupDown{
  children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()},
  clock: Membrane.Clock.t(),
  crash_initiator: Membrane.Child.name_t(),
  members: [Membrane.Child.name_t()],
  playback_state: Membrane.PlaybackState.t()
}