Asterisk - The Open Source Telephony Project
18.5.0
|
RTP learning mode tracking information. More...
Data Fields | |
int | max_seq |
int | packets |
struct ast_sockaddr | proposed_address |
struct timeval | received |
struct timeval | start |
enum ast_media_type | stream_type |
RTP learning mode tracking information.
Definition at line 297 of file res_rtp_asterisk.c.
int max_seq |
The highest sequence number received
Definition at line 301 of file res_rtp_asterisk.c.
Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().
int packets |
The number of remaining packets before the source is accepted
Definition at line 302 of file res_rtp_asterisk.c.
Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().
struct ast_sockaddr proposed_address |
Proposed remote address for strict RTP
Definition at line 298 of file res_rtp_asterisk.c.
struct timeval received |
The time of the first received packet
Definition at line 300 of file res_rtp_asterisk.c.
Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().
struct timeval start |
The time learning mode was started
Definition at line 299 of file res_rtp_asterisk.c.
enum ast_media_type stream_type |
Type of media stream carried by the RTP instance
Definition at line 304 of file res_rtp_asterisk.c.
Referenced by rtp_learning_rtp_seq_update().