
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 |
| struct ast_frame | t140 |
| struct ast_frame | t140red |
| unsigned char | t140red_data [64000] |
| int | ti |
| unsigned char | ts [RED_MAX_GENERATION] |
| unsigned char buf_data[64000] |
buffered primary data
Definition at line 194 of file rtp.c.
Referenced by red_buffer_t140(), and rtp_red_init().
| int hdrlen |
Definition at line 195 of file rtp.c.
Referenced by red_t140_to_red(), and rtp_red_init().
| unsigned char len[RED_MAX_GENERATION] |
| int num_gen |
Number of generations
Definition at line 190 of file rtp.c.
Referenced by red_t140_to_red(), and rtp_red_init().
| long int prev_ts |
Definition at line 196 of file rtp.c.
Referenced by rtp_red_init().
| unsigned char pt[RED_MAX_GENERATION] |
Payload types for redundancy data
Definition at line 187 of file rtp.c.
Referenced by rtp_red_init().
| int schedid |
Primary data
Definition at line 185 of file rtp.c.
Referenced by red_buffer_t140(), red_t140_to_red(), red_write(), and rtp_red_init().
Redundant t140
Definition at line 186 of file rtp.c.
Referenced by red_t140_to_red(), and rtp_red_init().
| unsigned char t140red_data[64000] |
Definition at line 193 of file rtp.c.
Referenced by rtp_red_init().
| int ti |
How long to buffer data before send
Definition at line 192 of file rtp.c.
Referenced by rtp_red_init().