Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for a multicast paging instance. More...
Data Fields | |
unsigned int | lastts |
uint16_t | seqno |
struct ast_smoother * | smoother |
int | socket |
unsigned int | ssrc |
struct timeval | txcore |
enum multicast_type | type |
Structure for a multicast paging instance.
Definition at line 88 of file res_rtp_multicast.c.
unsigned int lastts |
Definition at line 97 of file res_rtp_multicast.c.
Referenced by rtp_raw_write().
uint16_t seqno |
Sequence number, used when creating/sending the RTP packet
Definition at line 96 of file res_rtp_multicast.c.
Referenced by rtp_raw_write().
struct ast_smoother* smoother |
Definition at line 99 of file res_rtp_multicast.c.
Referenced by multicast_rtp_destroy(), and multicast_rtp_write().
int socket |
Socket used for sending the audio on
Definition at line 92 of file res_rtp_multicast.c.
Referenced by multicast_rtp_destroy(), multicast_rtp_new(), multicast_send_control_packet(), and rtp_raw_write().
unsigned int ssrc |
Synchronization source value, used when creating/sending the RTP packet
Definition at line 94 of file res_rtp_multicast.c.
Referenced by multicast_rtp_new(), and rtp_raw_write().
struct timeval txcore |
Definition at line 98 of file res_rtp_multicast.c.
Referenced by calc_txstamp().
enum multicast_type type |
TYpe of multicast paging this instance is doing
Definition at line 90 of file res_rtp_multicast.c.
Referenced by Property::load(), multicast_rtp_activate(), multicast_rtp_destroy(), and set_type().