Sat Apr 26 2014 22:03:27

Asterisk developer's documentation


video_follow_talker_data Struct Reference

Data Fields

int energy_accum
int energy_average
int energy_history [DEFAULT_ENERGY_HISTORY_LEN]
int energy_history_cur_slot

Detailed Description

Definition at line 79 of file bridge_softmix.c.


Field Documentation

The current energy sum used for averages.

Definition at line 86 of file bridge_softmix.c.

Referenced by softmix_bridge_write().

The current energy average

Definition at line 88 of file bridge_softmix.c.

Referenced by softmix_bridge_write().

audio energy history

Definition at line 81 of file bridge_softmix.c.

Referenced by softmix_bridge_write().

The current slot being used in the history buffer, this increments and wraps around

Definition at line 84 of file bridge_softmix.c.

Referenced by softmix_bridge_write().


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