Versions in this module Expand all Collapse all v4 v4.16.3 Aug 12, 2025 v4.16.2 Aug 12, 2025 Changes in this version + type RTCPSender struct + ClockRate int + Period time.Duration + TimeNow func() time.Time + WritePacketRTCP func(rtcp.Packet) + func New(clockRate int, period time.Duration, timeNow func() time.Time, ...) *RTCPSender + func (rs *RTCPSender) Close() + func (rs *RTCPSender) Initialize() + func (rs *RTCPSender) LastPacketData() (uint16, uint32, time.Time, bool) + func (rs *RTCPSender) ProcessPacket(pkt *rtp.Packet, ntp time.Time, ptsEqualsDTS bool) + func (rs *RTCPSender) SenderSSRC() (uint32, bool) + func (rs *RTCPSender) Stats() *Stats + type Stats struct + LastNTP time.Time + LastRTP uint32 + LastSequenceNumber uint16 + LocalSSRC uint32