RTS API Documentation  1.10.11
Data Fields
switch_rtp_text_factory_s Struct Reference
+ Collaboration diagram for switch_rtp_text_factory_s:

Data Fields

switch_memory_pool_tpool
 
switch_frame_t text_frame
 
int red_level
 
switch_byte_ttext_write_frame_data
 
switch_frame_t text_write_frame
 
switch_buffer_twrite_buffer
 
int write_empty
 
switch_byte_tred_buf [MAX_RED_FRAMES]
 
int red_bufsize
 
int red_buflen [MAX_RED_FRAMES]
 
uint32_t red_ts [MAX_RED_FRAMES]
 
int red_pos
 
int red_max
 
switch_timer_t timer
 

Detailed Description

Definition at line 96 of file switch_core_media.c.

Field Documentation

◆ pool

switch_memory_pool_t* switch_rtp_text_factory_s::pool

Definition at line 97 of file switch_core_media.c.

◆ red_buf

switch_byte_t* switch_rtp_text_factory_s::red_buf[MAX_RED_FRAMES]

Definition at line 104 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ red_buflen

int switch_rtp_text_factory_s::red_buflen[MAX_RED_FRAMES]

Definition at line 106 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ red_bufsize

int switch_rtp_text_factory_s::red_bufsize

Definition at line 105 of file switch_core_media.c.

◆ red_level

int switch_rtp_text_factory_s::red_level

Definition at line 99 of file switch_core_media.c.

Referenced by switch_core_media_read_frame().

◆ red_max

int switch_rtp_text_factory_s::red_max

Definition at line 109 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ red_pos

int switch_rtp_text_factory_s::red_pos

Definition at line 108 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ red_ts

uint32_t switch_rtp_text_factory_s::red_ts[MAX_RED_FRAMES]

Definition at line 107 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ text_frame

switch_frame_t switch_rtp_text_factory_s::text_frame

Definition at line 98 of file switch_core_media.c.

Referenced by switch_core_media_read_frame().

◆ text_write_frame

switch_frame_t switch_rtp_text_factory_s::text_write_frame

Definition at line 101 of file switch_core_media.c.

Referenced by build_red_packet(), and switch_core_session_write_text_frame().

◆ text_write_frame_data

switch_byte_t* switch_rtp_text_factory_s::text_write_frame_data

Definition at line 100 of file switch_core_media.c.

◆ timer

switch_timer_t switch_rtp_text_factory_s::timer

Definition at line 110 of file switch_core_media.c.

Referenced by switch_core_session_write_text_frame().

◆ write_buffer

switch_buffer_t* switch_rtp_text_factory_s::write_buffer

Definition at line 102 of file switch_core_media.c.

Referenced by switch_core_session_write_text_frame().

◆ write_empty

int switch_rtp_text_factory_s::write_empty

Definition at line 103 of file switch_core_media.c.

Referenced by switch_core_session_write_text_frame().


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