Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_rtp_rtcp_nack_payload Struct Reference

Structure for storing RTP packets for retransmission. More...

Data Fields

unsigned char buf [0]
 
size_t size
 

Detailed Description

Structure for storing RTP packets for retransmission.

Definition at line 634 of file res_rtp_asterisk.c.

Field Documentation

◆ buf

unsigned char buf[0]

The payload data

Definition at line 636 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read(), ast_rtp_rtcp_handle_nack(), and rtp_raw_write().

◆ size

size_t size

The size of the payload

Definition at line 635 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read(), ast_rtp_rtcp_handle_nack(), and rtp_raw_write().


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