Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


multicast_rtp Struct Reference

Structure for a multicast paging instance. More...

Data Fields

unsigned int seqno
int socket
unsigned int ssrc
enum multicast_type type

Detailed Description

Structure for a multicast paging instance.


Field Documentation

unsigned int seqno

Sequence number, used when creating/sending the RTP packet

Definition at line 92 of file res_rtp_multicast.c.

Referenced by multicast_rtp_write().

int socket

Socket used for sending the audio on

Definition at line 88 of file res_rtp_multicast.c.

Referenced by multicast_rtp_new(), multicast_send_control_packet(), multicast_rtp_destroy(), and multicast_rtp_write().

unsigned int ssrc

Synchronization source value, used when creating/sending the RTP packet

Definition at line 90 of file res_rtp_multicast.c.

Referenced by multicast_rtp_new(), and multicast_rtp_write().

TYpe of multicast paging this instance is doing

Definition at line 86 of file res_rtp_multicast.c.

Referenced by multicast_rtp_new(), multicast_rtp_activate(), and multicast_rtp_destroy().


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