View Source Membrane.RTP.JitterBuffer (Membrane RTP plugin v0.27.1)

Element that buffers and reorders RTP packets based on sequence_number.

Element options

Passed via struct Membrane.RTP.JitterBuffer.t/0

  • clock_rate

    RTP.clock_rate_t()

    Required

  • latency

    Time.t()

    Default value: 200 |> Membrane.Time.milliseconds()
    Delay introduced by JitterBuffer

Pads

:input

Accepted formats:

RTP
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

RTP
Direction::output
Availability::always
Flow control::auto

Summary

Types

t()

Struct containing options for Membrane.RTP.JitterBuffer

Functions

Returns description of options available for this module

Types

@type packet_index() :: non_neg_integer()
@type t() :: %Membrane.RTP.JitterBuffer{
  clock_rate: Membrane.RTP.clock_rate_t(),
  latency: Membrane.Time.t()
}

Struct containing options for Membrane.RTP.JitterBuffer

Functions

@spec options() :: keyword()

Returns description of options available for this module