Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
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 117 of file bridge_softmix_internal.h.

Field Documentation

int energy_accum

The current energy sum used for averages.

Definition at line 124 of file bridge_softmix_internal.h.

int energy_average

The current energy average

Definition at line 126 of file bridge_softmix_internal.h.

int energy_history[DEFAULT_ENERGY_HISTORY_LEN]

audio energy history

Definition at line 119 of file bridge_softmix_internal.h.

int energy_history_cur_slot

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

Definition at line 122 of file bridge_softmix_internal.h.


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