View Source Membrane.RTP.DepayloaderBin (Membrane RTP plugin v0.12.1)
Modules responsible for reordering incoming RTP packets using a jitter buffer to later depayload packet's payload from RTP format.
bin-options
Bin options
Passed via struct Membrane.RTP.DepayloaderBin.t/0
depayloader
module()
Required
Depayloader module that should be used for incoming streamclock_rate
RTP.clock_rate_t()
Required
pads
Pads
input
:input
Availability | :always |
Caps | RTP |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Availability | :always |
Caps | RTP |
Demand unit | :buffers |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.RTP.DepayloaderBin
Functions
Returns pads descriptions for Membrane.RTP.DepayloaderBin
Returns description of options available for this module
Link to this section Types
@type t() :: %Membrane.RTP.DepayloaderBin{ clock_rate: RTP.clock_rate_t(), depayloader: module() }
Struct containing options for Membrane.RTP.DepayloaderBin
Link to this section Functions
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTP.DepayloaderBin
@spec options() :: keyword()
Returns description of options available for this module