View Source Membrane.RCMessage.Notification (Membrane Core v1.0.1)

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

Summary

Types

t()

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

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.