View Source Membrane.ParentNotification (Membrane Core v1.1.2)
A parent notification is a message sent from Membrane.Parent or Membrane.Bin to a child
via action t:Membrane.Pipeline.Action.notify_parent or t:Membrane.Bin.Action.notify_child
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
Types
A parent notification is a message sent from Membrane.Parent or Membrane.Bin to a child
via action t:Membrane.Pipeline.Action.notify_parent or t:Membrane.Bin.Action.notify_child
returned from any callback.
Link to this section Types
@type t() :: any()
A parent notification is a message sent from Membrane.Parent or Membrane.Bin to a child
via action t:Membrane.Pipeline.Action.notify_parent or t:Membrane.Bin.Action.notify_child
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.