Membrane.Pipeline.handle_notification

You're seeing just the callback handle_notification, go back to Membrane.Pipeline module for more information.
Link to this callback

handle_notification(notification, element, context, state)

View Source (optional)

Specs

handle_notification(
  notification :: Membrane.Notification.t(),
  element :: Membrane.Child.name_t(),
  context :: Membrane.Pipeline.CallbackContext.Notification.t(),
  state :: state_t()
) :: callback_return_t()

Callback invoked when a notification comes in from an element.