View Source Membrane.RTCP.Receiver (Membrane RTP plugin v0.27.1)

Element exchanging RTCP packets and RTCP receiver 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

  • telemetry_label

    Membrane.TelemetryMetrics.label()

    Default value: []

Pads

:input

Accepted formats:

_any
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

_any
Direction::output
Availability::always
Flow control::auto

Summary

Types

t()

Struct containing options for Membrane.RTCP.Receiver

Functions

Returns description of options available for this module

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

Functions

@spec options() :: keyword()

Returns description of options available for this module