Membrane Core v0.5.0 Membrane.Event.Discontinuity View Source

Generic discontinuity event.

This event means that flow of buffers in the stream was interrupted, but stream itself is not done.

Frequent reasons for this are soundcards' drops while capturing sound, network data loss etc.

If duration of the discontinuity is known, it can be passed as an argument.

Link to this section Summary

Link to this section Types

Link to this type

duration_t()

View Source
duration_t() :: Membrane.Time.t() | nil
Link to this type

t()

View Source
t() :: %Membrane.Event.Discontinuity{duration: duration_t()}