Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
rtp_red Struct Reference

Data Fields

unsigned char buf_data [64000]
 
int hdrlen
 
unsigned char len [AST_RED_MAX_GENERATION]
 
int num_gen
 
long int prev_ts
 
unsigned char pt [AST_RED_MAX_GENERATION]
 
int schedid
 
struct ast_frame t140
 
struct ast_frame t140red
 
unsigned char t140red_data [64000]
 
int ti
 
unsigned char ts [AST_RED_MAX_GENERATION]
 

Detailed Description

Definition at line 618 of file res_rtp_asterisk.c.

Field Documentation

unsigned char buf_data[64000]

buffered primary data

Definition at line 628 of file res_rtp_asterisk.c.

Referenced by rtp_red_buffer(), and rtp_red_init().

unsigned char len[AST_RED_MAX_GENERATION]

length of each generation

Definition at line 623 of file res_rtp_asterisk.c.

int num_gen

Number of generations

Definition at line 624 of file res_rtp_asterisk.c.

Referenced by rtp_red_init().

unsigned char pt[AST_RED_MAX_GENERATION]

Payload types for redundancy data

Definition at line 621 of file res_rtp_asterisk.c.

Referenced by rtp_red_init().

int schedid

Timer id

Definition at line 625 of file res_rtp_asterisk.c.

Referenced by ast_rtp_destroy(), ast_rtp_stop(), and rtp_red_init().

struct ast_frame t140

Primary data

Definition at line 619 of file res_rtp_asterisk.c.

Referenced by red_write(), rtp_red_buffer(), and rtp_red_init().

struct ast_frame t140red

Redundant t140

Definition at line 620 of file res_rtp_asterisk.c.

Referenced by rtp_red_init().

int ti

How long to buffer data before send

Definition at line 626 of file res_rtp_asterisk.c.

Referenced by rtp_red_init().

unsigned char ts[AST_RED_MAX_GENERATION]

Time stamps

Definition at line 622 of file res_rtp_asterisk.c.


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