Structure for a multicast paging instance. More...
Data Fields | |
| uint16_t | seqno |
| int | socket |
| unsigned int | ssrc |
| enum multicast_type | type |
Structure for a multicast paging instance.
Definition at line 84 of file res_rtp_multicast.c.
| uint16_t 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_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 90 of file res_rtp_multicast.c.
Referenced by multicast_rtp_new(), and multicast_rtp_write().
| enum multicast_type type |
TYpe of multicast paging this instance is doing
Definition at line 86 of file res_rtp_multicast.c.
Referenced by multicast_rtp_activate(), multicast_rtp_destroy(), and multicast_rtp_new().