View Source Membrane.RTP.DepayloaderBin (Membrane RTP plugin v0.21.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 stream

  • clock_rate

    RTP.clock_rate_t()

    Required

pads

Pads

input

:input

Accepted formats:

RTP
Direction::input
Availability::always
Mode::pull
Demand unit::buffers

output

:output

Accepted formats:

_any
Direction::output
Availability::always
Mode::pull
Demand unit::buffers

Link to this section Summary

Types

t()

Struct containing options for Membrane.RTP.DepayloaderBin

Functions

Returns description of options available for this module

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