View Source Membrane.ChildNotification (Membrane Core v1.1.2)
A child notification is a message sent from Membrane.Element
or Membrane.Bin
to a parent
via action t:Membrane.Element.Action.notify_parent
or t:Membrane.Bin.Action.notify_parent
returned from any callback.
A notification can be handled in parent with
c:Membrane.Parent.handle_child_notification/4
callback.
Link to this section Summary
Types
A child notification is a message sent from Membrane.Element
or Membrane.Bin
to a parent
via action t:Membrane.Element.Action.notify_parent
or t:Membrane.Bin.Action.notify_parent
returned from any callback.
Link to this section Types
@type t() :: any()
A child notification is a message sent from Membrane.Element
or Membrane.Bin
to a parent
via action t:Membrane.Element.Action.notify_parent
or t:Membrane.Bin.Action.notify_parent
returned from any callback.
A notification can be handled in parent with
c:Membrane.Parent.handle_child_notification/4
callback.