rtpstats: Rectify description of current_time in RTPArrivalStats
It is the current time, it is unrelated to when the packet was actually received.
This commit is contained in:
parent
cb6de429a0
commit
00fd89c074
@ -56,7 +56,7 @@ typedef struct {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* RTPArrivalStats:
|
* RTPArrivalStats:
|
||||||
* @current_time: arrival time of a packet according to the system clock
|
* @current_time: current time according to the system clock
|
||||||
* @running_time: arrival time of a packet as buffer running_time
|
* @running_time: arrival time of a packet as buffer running_time
|
||||||
* @have_address: if the @address field contains a valid address
|
* @have_address: if the @address field contains a valid address
|
||||||
* @address: address of the sender of the packet
|
* @address: address of the sender of the packet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user