Membrane.RTCP.Receiver (Membrane RTP plugin v0.7.0-alpha) View Source

Membrane element.

Element options

Passed via struct Membrane.RTCP.Receiver.t/0

  • local_ssrc

    any

    Required

  • remote_ssrc

    any

    Required

  • report_interval

    any

    Required

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

t()

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{
  local_ssrc: any(),
  remote_ssrc: any(),
  report_interval: any()
}

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