Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_bridge_tech_optimizations Struct Reference

Structure specific to bridge technologies capable of performing talking optimizations. More...

#include <bridging.h>

Data Fields

unsigned int drop_silence:1
unsigned int silence_threshold
unsigned int talking_threshold

Detailed Description

Structure specific to bridge technologies capable of performing talking optimizations.

Definition at line 123 of file bridging.h.


Field Documentation

unsigned int drop_silence

Whether or not the bridging technology should drop audio detected as silence from the mix.

Definition at line 132 of file bridging.h.

Referenced by softmix_bridge_write().

unsigned int silence_threshold

The amount of time in ms that silence must be detected before the dsp determines that talking has stopped

Definition at line 129 of file bridging.h.

Referenced by softmix_bridge_write().

unsigned int talking_threshold

The amount of time in ms that talking must be detected before the dsp determines that talking has occurred

Definition at line 126 of file bridging.h.

Referenced by set_softmix_bridge_data().


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