mirror of
https://github.com/aler9/gortsplib
synced 2025-11-03 01:04:00 +08:00
rename RTPJitter into RTPPacketsJitter (#669)
This commit is contained in:
@@ -16,7 +16,7 @@ type StatsSessionFormat struct {
|
||||
// number of lost RTP packets
|
||||
RTPPacketsLost uint64
|
||||
// mean jitter of received RTP packets
|
||||
RTPJitter float64
|
||||
RTPPacketsJitter float64
|
||||
// local SSRC
|
||||
LocalSSRC uint32
|
||||
// remote SSRC
|
||||
@@ -63,7 +63,7 @@ type StatsSession struct {
|
||||
// number of RTP packets that could not be processed
|
||||
RTPPacketsInError uint64
|
||||
// mean jitter of received RTP packets
|
||||
RTPJitter float64
|
||||
RTPPacketsJitter float64
|
||||
// number of RTCP packets correctly received and processed
|
||||
RTCPPacketsReceived uint64
|
||||
// number of sent RTCP packets
|
||||
|
||||
Reference in New Issue
Block a user