|
Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for storing RTP packets for retransmission. More...
Data Fields | |
| unsigned char | buf [0] |
| size_t | size |
Structure for storing RTP packets for retransmission.
Definition at line 585 of file res_rtp_asterisk.c.
| unsigned char buf[0] |
The payload data
Definition at line 587 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), ast_rtp_rtcp_handle_nack(), and rtp_raw_write().
| size_t size |
The size of the payload
Definition at line 586 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), ast_rtp_rtcp_handle_nack(), and rtp_raw_write().
1.8.13