View Source Membrane.ChildNotification (Membrane Core v0.11.0)
A child notification is a message sent from Membrane.Element
or Membrane.Bin
to a parent
via action t:Membrane.Element.Action.notify_parent_t
or t:Membrane.Bin.Action.notify_parent_t
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
Link to this section Types
@type t() :: any()