View Source Membrane.RTP.JitterBuffer (Membrane RTP plugin v0.30.0)
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()
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
@type packet_index() :: non_neg_integer()
@type t() :: %Membrane.RTP.JitterBuffer{ clock_rate: Membrane.RTP.clock_rate(), latency: Membrane.Time.t() }
Struct containing options for Membrane.RTP.JitterBuffer
Functions
@spec options() :: keyword()
Returns description of options available for this module