Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
rtp_red Struct Reference
Collaboration diagram for rtp_red:
Collaboration graph
[legend]

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 569 of file res_rtp_asterisk.c.

Field Documentation

◆ buf_data

unsigned char buf_data[64000]

buffered primary data

Definition at line 579 of file res_rtp_asterisk.c.

Referenced by rtp_red_buffer().

◆ hdrlen

int hdrlen

Definition at line 580 of file res_rtp_asterisk.c.

Referenced by red_t140_to_red().

◆ len

unsigned char len[AST_RED_MAX_GENERATION]

length of each generation

Definition at line 574 of file res_rtp_asterisk.c.

Referenced by red_t140_to_red().

◆ num_gen

int num_gen

Number of generations

Definition at line 575 of file res_rtp_asterisk.c.

Referenced by red_t140_to_red().

◆ prev_ts

long int prev_ts

Definition at line 581 of file res_rtp_asterisk.c.

◆ pt

unsigned char pt[AST_RED_MAX_GENERATION]

Payload types for redundancy data

Definition at line 572 of file res_rtp_asterisk.c.

◆ schedid

int schedid

Timer id

Definition at line 576 of file res_rtp_asterisk.c.

◆ t140

struct ast_frame t140

Primary data

Definition at line 570 of file res_rtp_asterisk.c.

Referenced by red_t140_to_red(), and rtp_red_buffer().

◆ t140red

struct ast_frame t140red

Redundant t140

Definition at line 571 of file res_rtp_asterisk.c.

Referenced by red_t140_to_red().

◆ t140red_data

unsigned char t140red_data[64000]

Definition at line 578 of file res_rtp_asterisk.c.

◆ ti

int ti

How long to buffer data before send

Definition at line 577 of file res_rtp_asterisk.c.

◆ ts

unsigned char ts[AST_RED_MAX_GENERATION]

Time stamps

Definition at line 573 of file res_rtp_asterisk.c.


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