View Source Membrane.RTCP.Receiver (Membrane RTP plugin v0.12.1)
Element exchanging RTCP packets and RTCP receiver statistics.
element-options
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
Pads
input
:input
Availability | :always |
Caps | :any |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Availability | :always |
Caps | :any |
Demand mode | :auto |
Demand unit | :buffers |
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
@type 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
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.RTCP.Receiver
@spec options() :: keyword()
Returns description of options available for this module