View Source ExRTCP.Packet.ReceptionReport (ex_rtcp v0.4.0)
Reception Reports carried by Sender/Receiver Report RTCP packets.
Summary
Types
@type t() :: %ExRTCP.Packet.ReceptionReport{ delay: ExRTCP.Packet.uint32(), fraction_lost: ExRTCP.Packet.uint8(), jitter: ExRTCP.Packet.uint32(), last_sequence_number: ExRTCP.Packet.uint32(), last_sr: ExRTCP.Packet.uint32(), ssrc: ExRTCP.Packet.uint32(), total_lost: ExRTCP.Packet.uint24() }
Struct representing reception report present in Sender/Receiver Report RTCP packets.