Membrane.Notification (Membrane Core v0.7.0) View Source
A notification is a message sent from Membrane.Element
to a parent
via action Membrane.Element.Action.notify_t/0
returned from any callback.
A notification can be handled in parent with
c:Membrane.Parent.handle_notification/4
callback.
Link to this section Summary
Link to this section Types
Specs
t() :: any()