12 #ifndef ROC_RTCP_PACKET_COUNTER_H_
13 #define ROC_RTCP_PACKET_COUNTER_H_
32 uint64_t
update(uint32_t begin, uint32_t end);
Computes number of packets in interval.
uint64_t update(uint32_t begin, uint32_t end)
Update and return packet counter. begin defines interval beginning. end defines interval end (exclusi...
PacketCounter()
Initialize.
Commonly used types and functions.