View Source Membrane.Event.Underrun (Membrane Core v1.1.2)
Generic underrun event.
This event means that certain element is willing to consume more buffers, but there are none available.
It makes sense to use this event as an upstream event to notify previous elements in the pipeline that they should generate more buffers.
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.Event.Underrun{}
Generic underrun event.
This event means that certain element is willing to consume more buffers, but there are none available.
It makes sense to use this event as an upstream event to notify previous elements in the pipeline that they should generate more buffers.