View Source Membrane.RTCP.Receiver (Membrane RTP plugin v0.21.0)
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
telemetry_label
Membrane.TelemetryMetrics.label()
Default value:
[]
pads
Pads
input
:input
Accepted formats:
_any
Direction: | :input |
Availability: | :always |
Mode: | :pull |
Demand mode: | :auto |
Demand unit: | :buffers |
output
:output
Accepted formats:
_any
Direction: | :output |
Availability: | :always |
Mode: | :pull |
Demand mode: | :auto |
Link to this section Summary
Types
Struct containing options for Membrane.RTCP.Receiver
Link to this section Types
@type t() :: %Membrane.RTCP.Receiver{ local_ssrc: Membrane.RTP.ssrc_t(), remote_ssrc: Membrane.RTP.ssrc_t(), report_interval: Membrane.Time.t() | nil, telemetry_label: Membrane.TelemetryMetrics.label() }
Struct containing options for Membrane.RTCP.Receiver
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module