Membrane.RTP.DepayloaderBin (Membrane RTP plugin v0.8.0) View Source
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
Availability | :always |
Caps | RTP |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
: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
Specs
t() :: %Membrane.RTP.DepayloaderBin{ clock_rate: RTP.clock_rate_t(), depayloader: module() }
Struct containing options for Membrane.RTP.DepayloaderBin
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTP.DepayloaderBin
Specs
options() :: keyword()
Returns description of options available for this module