Data Fields | |
unsigned int | seqno |
int | socket |
unsigned int | ssrc |
enum multicast_type | type |
Definition at line 80 of file res_rtp_multicast.c.
unsigned int seqno |
Sequence number, used when creating/sending the RTP packet
Definition at line 88 of file res_rtp_multicast.c.
Referenced by multicast_rtp_write().
int socket |
Socket used for sending the audio on
Definition at line 84 of file res_rtp_multicast.c.
Referenced by multicast_rtp_destroy(), multicast_rtp_new(), multicast_rtp_write(), and multicast_send_control_packet().
unsigned int ssrc |
Synchronization source value, used when creating/sending the RTP packet
Definition at line 86 of file res_rtp_multicast.c.
Referenced by multicast_rtp_write().
enum multicast_type type |
TYpe of multicast paging this instance is doing
Definition at line 82 of file res_rtp_multicast.c.
Referenced by multicast_rtp_activate(), and multicast_rtp_destroy().