View Source Membrane.RCMessage.Notification (Membrane Core v0.12.8)

Message sent when the some element of the pipeline receives a notification.

Link to this section Summary

Types

t()

Message sent when the some element of the pipeline receives a notification.

Link to this section Types

@type t() :: %Membrane.RCMessage.Notification{
  data: Membrane.ParentNotification.t(),
  element: Membrane.Element.name(),
  from: pid()
}

Message sent when the some element of the pipeline receives a notification.