View Source Membrane.Event.Underrun (Membrane Core v1.0.1)

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.

Summary

Types

t()

Generic underrun event.

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.