Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
multicast_rtp Struct Reference

Structure for a multicast paging instance. More...

Data Fields

unsigned int lastts
 
uint16_t seqno
 
struct ast_smoothersmoother
 
int socket
 
unsigned int ssrc
 
struct timeval txcore
 
enum multicast_type type
 

Detailed Description

Structure for a multicast paging instance.

Definition at line 88 of file res_rtp_multicast.c.

Field Documentation

uint16_t seqno

Sequence number, used when creating/sending the RTP packet

Definition at line 96 of file res_rtp_multicast.c.

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(), and multicast_send_control_packet().

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().

enum multicast_type type

TYpe of multicast paging this instance is doing

Definition at line 90 of file res_rtp_multicast.c.

Referenced by multicast_rtp_activate(), and multicast_rtp_destroy().


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