View Source Membrane.RTP.DepayloaderBin (Membrane RTP plugin v0.23.0)
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
Accepted formats:
RTP
Direction: | :input |
Availability: | :always |
output
:output
Accepted formats:
_any
Direction: | :output |
Availability: | :always |
Link to this section Summary
Types
Struct containing options for Membrane.RTP.DepayloaderBin
Link to this section Types
@type t() :: %Membrane.RTP.DepayloaderBin{ clock_rate: Membrane.RTP.clock_rate_t(), depayloader: module() }
Struct containing options for Membrane.RTP.DepayloaderBin
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module