View Source Membrane.LiveAudioMixer.LiveQueue.Queue (Membrane Audio Mix plugin v0.16.0)

The Queue module is responsible for storing a single live audio stream.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.LiveAudioMixer.LiveQueue.Queue{
  buffer: binary(),
  buffer_duration: non_neg_integer(),
  draining?: boolean(),
  offset: non_neg_integer()
}