View Source Membrane.RTP.JitterBuffer (Membrane RTP plugin v0.29.0)
Element that buffers and reorders RTP packets based on sequence_number.
Element options
Passed via struct Membrane.RTP.JitterBuffer.t/0
clock_rateRTP.clock_rate_t()Required
latencyTime.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
@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