View Source Membrane.RTP.JitterBuffer (Membrane RTP plugin v0.21.0)
Element that buffers and reorders RTP packets based on sequence_number
.
element-options
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
Pads
input
:input
Accepted formats:
RTP
Direction: | :input |
Availability: | :always |
Mode: | :pull |
Demand mode: | :auto |
Demand unit: | :buffers |
output
:output
Accepted formats:
RTP
Direction: | :output |
Availability: | :always |
Mode: | :pull |
Demand mode: | :auto |
Link to this section Summary
Link to this section 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
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module