|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_rtp_vad_data:Data Fields | |
| switch_core_session_t * | session |
| switch_codec_t | vad_codec |
| switch_codec_t * | read_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 |
Definition at line 198 of file switch_rtp.c.
| uint32_t switch_rtp_vad_data::bg_count |
Definition at line 203 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint32_t switch_rtp_vad_data::bg_len |
Definition at line 204 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint32_t switch_rtp_vad_data::bg_level |
Definition at line 202 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::cng_count |
Definition at line 211 of file switch_rtp.c.
Referenced by rtp_common_write().
| uint8_t switch_rtp_vad_data::cng_freq |
Definition at line 210 of file switch_rtp.c.
Referenced by switch_rtp_enable_vad().
| uint32_t switch_rtp_vad_data::diff_level |
Definition at line 205 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| int switch_rtp_vad_data::fire_events |
Definition at line 221 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| switch_vad_flag_t switch_rtp_vad_data::flags |
Definition at line 212 of file switch_rtp.c.
Referenced by switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::hangover |
Definition at line 208 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::hangover_hits |
Definition at line 209 of file switch_rtp.c.
Referenced by rtp_common_write().
| uint8_t switch_rtp_vad_data::hangunder |
Definition at line 206 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::hangunder_hits |
Definition at line 207 of file switch_rtp.c.
Referenced by rtp_common_write().
| time_t switch_rtp_vad_data::next_scan |
Definition at line 217 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| switch_codec_t* switch_rtp_vad_data::read_codec |
Definition at line 201 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::scan_freq |
Definition at line 216 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| switch_core_session_t* switch_rtp_vad_data::session |
Definition at line 199 of file switch_rtp.c.
Referenced by rtp_common_write(), switch_rtp_enable_vad(), and switch_rtp_sync_stats().
| uint8_t switch_rtp_vad_data::start |
Definition at line 214 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| uint8_t switch_rtp_vad_data::start_count |
Definition at line 215 of file switch_rtp.c.
Referenced by rtp_common_write().
| switch_time_t switch_rtp_vad_data::start_talking |
Definition at line 218 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_enable_vad().
| switch_time_t switch_rtp_vad_data::stop_talking |
Definition at line 219 of file switch_rtp.c.
Referenced by rtp_common_write().
| switch_time_t switch_rtp_vad_data::total_talk_time |
Definition at line 220 of file switch_rtp.c.
Referenced by rtp_common_write(), and switch_rtp_sync_stats().
| uint32_t switch_rtp_vad_data::ts |
Definition at line 213 of file switch_rtp.c.
Referenced by switch_rtp_enable_vad().
| switch_codec_t switch_rtp_vad_data::vad_codec |
Definition at line 200 of file switch_rtp.c.
Referenced by rtp_common_write(), switch_rtp_disable_vad(), and switch_rtp_enable_vad().
1.8.13