View Source Membrane.ParentNotification (Membrane Core v0.11.3)

A parent notification is a message sent from Membrane.Parent or Membrane.Bin to a child via action t:Membrane.Pipeline.Action.notify_parent_t or t:Membrane.Bin.Action.notify_child_t returned from any callback.

A notification can be handled in child with Membrane.Element.Base.handle_parent_notification/3 or Membrane.Bin.handle_parent_notification/3 callback.

Link to this section Summary

Link to this section Types