Asterisk - The Open Source Telephony Project GIT-master-7921072
Data Fields
rtp_learning_info Struct Reference

RTP learning mode tracking information. More...

Collaboration diagram for rtp_learning_info:
Collaboration graph
[legend]

Data Fields

int max_seq
 
int packets
 
struct ast_sockaddr proposed_address
 
struct timeval received
 
struct timeval start
 
enum ast_media_type stream_type
 

Detailed Description

RTP learning mode tracking information.

Definition at line 317 of file res_rtp_asterisk.c.

Field Documentation

◆ max_seq

int max_seq

The highest sequence number received

Definition at line 321 of file res_rtp_asterisk.c.

◆ packets

int packets

The number of remaining packets before the source is accepted

Definition at line 322 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read().

◆ proposed_address

struct ast_sockaddr proposed_address

Proposed remote address for strict RTP

Definition at line 318 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read(), and rtp_learning_start().

◆ received

struct timeval received

The time of the first received packet

Definition at line 320 of file res_rtp_asterisk.c.

◆ start

struct timeval start

The time learning mode was started

Definition at line 319 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read(), and rtp_learning_start().

◆ stream_type

enum ast_media_type stream_type

Type of media stream carried by the RTP instance

Definition at line 324 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read().


The documentation for this struct was generated from the following file: