View Source Membrane.RTP.DepayloaderBin (Membrane RTP plugin v0.29.1)
Modules responsible for reordering incoming RTP packets using a jitter buffer to later depayload packet's payload from RTP format.
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
:input
Accepted formats:
RTP
Direction: | :input |
Availability: | :always |
:output
Accepted formats:
_any
Direction: | :output |
Availability: | :always |
Summary
Types
Struct containing options for Membrane.RTP.DepayloaderBin
Types
@type t() :: %Membrane.RTP.DepayloaderBin{ clock_rate: Membrane.RTP.clock_rate_t(), depayloader: module() }
Struct containing options for Membrane.RTP.DepayloaderBin
Functions
@spec options() :: keyword()
Returns description of options available for this module