View Source Membrane.Pipeline.CallbackContext.ChildNotification (Membrane Core v0.11.3)

Structure representing a context that is passed to the callback when pipeline receives a child notification.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.Pipeline.CallbackContext.ChildNotification{
  children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()},
  clock: Membrane.Clock.t(),
  playback: Membrane.Playback.t(),
  resource_guard: Membrane.ResourceGuard.t(),
  utility_supervisor: Membrane.UtilitySupervisor.t()
}