Membrane RTP plugin v0.4.0-alpha Membrane.RTCP.ReceiverReportPacket View Source

Parses and constructs RTCP Receiver Report defined in RFC3550

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.RTCP.ReceiverReportPacket{
  reports: [Membrane.RTCP.ReportPacketBlock.t()],
  ssrc: non_neg_integer()
}