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

Data Fields

switch_core_session_tsession
 
switch_codec_t vad_codec
 
switch_codec_tread_codec
 
uint32_t bg_level
 
uint32_t bg_count
 
uint32_t bg_len
 
uint32_t diff_level
 
uint8_t hangunder
 
uint8_t hangunder_hits
 
uint8_t hangover
 
uint8_t hangover_hits
 
uint8_t cng_freq
 
uint8_t cng_count
 
switch_vad_flag_t flags
 
uint32_t ts
 
uint8_t start
 
uint8_t start_count
 
uint8_t scan_freq
 
time_t next_scan
 
switch_time_t start_talking
 
switch_time_t stop_talking
 
switch_time_t total_talk_time
 
int fire_events
 

Detailed Description

Definition at line 194 of file switch_rtp.c.

Field Documentation

◆ bg_count

uint32_t switch_rtp_vad_data::bg_count

Definition at line 199 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ bg_len

uint32_t switch_rtp_vad_data::bg_len

Definition at line 200 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ bg_level

uint32_t switch_rtp_vad_data::bg_level

Definition at line 198 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ cng_count

uint8_t switch_rtp_vad_data::cng_count

Definition at line 207 of file switch_rtp.c.

Referenced by rtp_common_write().

◆ cng_freq

uint8_t switch_rtp_vad_data::cng_freq

Definition at line 206 of file switch_rtp.c.

Referenced by switch_rtp_enable_vad().

◆ diff_level

uint32_t switch_rtp_vad_data::diff_level

Definition at line 201 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ fire_events

int switch_rtp_vad_data::fire_events

Definition at line 217 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ flags

switch_vad_flag_t switch_rtp_vad_data::flags

Definition at line 208 of file switch_rtp.c.

Referenced by switch_rtp_enable_vad().

◆ hangover

uint8_t switch_rtp_vad_data::hangover

Definition at line 204 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ hangover_hits

uint8_t switch_rtp_vad_data::hangover_hits

Definition at line 205 of file switch_rtp.c.

Referenced by rtp_common_write().

◆ hangunder

uint8_t switch_rtp_vad_data::hangunder

Definition at line 202 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ hangunder_hits

uint8_t switch_rtp_vad_data::hangunder_hits

Definition at line 203 of file switch_rtp.c.

Referenced by rtp_common_write().

◆ next_scan

time_t switch_rtp_vad_data::next_scan

Definition at line 213 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ read_codec

switch_codec_t* switch_rtp_vad_data::read_codec

Definition at line 197 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ scan_freq

uint8_t switch_rtp_vad_data::scan_freq

Definition at line 212 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ session

switch_core_session_t* switch_rtp_vad_data::session

Definition at line 195 of file switch_rtp.c.

Referenced by rtp_common_write(), switch_rtp_enable_vad(), and switch_rtp_sync_stats().

◆ start

uint8_t switch_rtp_vad_data::start

Definition at line 210 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ start_count

uint8_t switch_rtp_vad_data::start_count

Definition at line 211 of file switch_rtp.c.

Referenced by rtp_common_write().

◆ start_talking

switch_time_t switch_rtp_vad_data::start_talking

Definition at line 214 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_enable_vad().

◆ stop_talking

switch_time_t switch_rtp_vad_data::stop_talking

Definition at line 215 of file switch_rtp.c.

Referenced by rtp_common_write().

◆ total_talk_time

switch_time_t switch_rtp_vad_data::total_talk_time

Definition at line 216 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_sync_stats().

◆ ts

uint32_t switch_rtp_vad_data::ts

Definition at line 209 of file switch_rtp.c.

Referenced by switch_rtp_enable_vad().

◆ vad_codec

switch_codec_t switch_rtp_vad_data::vad_codec

Definition at line 196 of file switch_rtp.c.

Referenced by rtp_common_write(), switch_rtp_disable_vad(), and switch_rtp_enable_vad().


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