| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 633 of file res_rtp_asterisk.c.
| unsigned char buf[0] | 
The payload data
Definition at line 635 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 634 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), ast_rtp_rtcp_handle_nack(), and rtp_raw_write().