Data Fields | |
unsigned char | buf_data [64000] |
int | hdrlen |
unsigned char | len [RED_MAX_GENERATION] |
int | num_gen |
long int | prev_ts |
unsigned char | pt [RED_MAX_GENERATION] |
int | schedid |
ast_frame | t140 |
ast_frame | t140red |
unsigned char | t140red_data [64000] |
int | ti |
unsigned char | ts [RED_MAX_GENERATION] |
Definition at line 188 of file rtp.c.
unsigned char buf_data[64000] |
buffered primary data
Definition at line 198 of file rtp.c.
Referenced by red_buffer_t140(), and rtp_red_init().
int hdrlen |
unsigned char len[RED_MAX_GENERATION] |
int num_gen |
Number of generations
Definition at line 194 of file rtp.c.
Referenced by red_t140_to_red(), and rtp_red_init().
long int prev_ts |
unsigned char pt[RED_MAX_GENERATION] |
Payload types for redundancy data
Definition at line 191 of file rtp.c.
Referenced by rtp_red_init().
int schedid |
Primary data
Definition at line 189 of file rtp.c.
Referenced by red_buffer_t140(), red_t140_to_red(), red_write(), and rtp_red_init().
Redundant t140
Definition at line 190 of file rtp.c.
Referenced by red_t140_to_red(), and rtp_red_init().
unsigned char t140red_data[64000] |
int ti |
How long to buffer data before send
Definition at line 196 of file rtp.c.
Referenced by rtp_red_init().