View Source Membrane.ParentNotification (Membrane Core v1.0.1)

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.

Summary

Types

t()

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.

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.