rtpstats: fix some fields names in the RTPSourceStats documentation

Fix documentation of RTPSourceStats to use the actual fields names.
This commit is contained in:
Antonio Ospite 2019-03-06 16:28:34 +01:00
parent 0da8f111e6
commit b2b60c4d8f

View file

@ -100,11 +100,11 @@ typedef struct {
/**
* RTPSourceStats:
* @packetsreceived: number of received packets in total
* @prevpacketsreceived: number of packets received in previous reporting
* @packets_received: number of received packets in total
* @prev_received: number of packets received in previous reporting
* interval
* @octetsreceived: number of payload bytes received
* @bytesreceived: number of total bytes received including headers and lower
* @octets_received: number of payload bytes received
* @bytes_received: number of total bytes received including headers and lower
* protocol level overhead
* @max_seqnr: highest sequence number received
* @transit: previous transit time used for calculating @jitter