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

Message sent when some element of the pipeline receives the start of stream event on some pad.

Link to this section Summary

Types

t()

Message sent when some element of the pipeline receives the start of stream event on some pad.

Link to this section Types

@type t() :: %Membrane.RCMessage.StartOfStream{
  element: Membrane.Element.name(),
  from: pid(),
  pad: Membrane.Pad.name()
}

Message sent when some element of the pipeline receives the start of stream event on some pad.