View Source ExRTCP.Packet.ReceiverReport (ex_rtcp v0.4.0)
Receiver Report RTCP packet type (RFC 3550
).
Summary
Types
@type t() :: %ExRTCP.Packet.ReceiverReport{ profile_extension: binary(), reports: [ExRTCP.Packet.ReceptionReport.t()], ssrc: ExRTCP.Packet.uint32() }
Struct representing Receiver Report RTCP packet.
Number of reception reports is always less than 32 for a single receiver report.