Membrane.RTCP.Receiver (Membrane RTP plugin v0.7.0-alpha.1) View Source
Element exchanging RTCP packets and jitter buffer statistics.
Element options
Passed via struct Membrane.RTCP.Receiver.t/0
local_ssrc
RTP.ssrc_t()
Required
remote_ssrc
RTP.ssrc_t()
Required
report_interval
Membrane.Time.t() | nil
Default value:
nil
fir_interval
Membrane.Time.t() | nil
Default value:
nil
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Caps | :any |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.RTCP.Receiver
Functions
Returns pads descriptions for Membrane.RTCP.Receiver
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.RTCP.Receiver{ fir_interval: Membrane.Time.t() | nil, local_ssrc: Membrane.RTP.ssrc_t(), remote_ssrc: Membrane.RTP.ssrc_t(), report_interval: Membrane.Time.t() | nil }
Struct containing options for Membrane.RTCP.Receiver
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTCP.Receiver
Specs
options() :: keyword()
Returns description of options available for this module