Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
video_follow_talker_data Struct Reference

#include <bridge_softmix_internal.h>

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

◆ energy_accum

int energy_accum

The current energy sum used for averages.

Definition at line 124 of file bridge_softmix_internal.h.

Referenced by softmix_bridge_write_voice().

◆ energy_average

int energy_average

The current energy average

Definition at line 126 of file bridge_softmix_internal.h.

Referenced by softmix_bridge_write_video(), and softmix_bridge_write_voice().

◆ energy_history

int energy_history[DEFAULT_ENERGY_HISTORY_LEN]

audio energy history

Definition at line 119 of file bridge_softmix_internal.h.

Referenced by softmix_bridge_write_voice().

◆ energy_history_cur_slot

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.

Referenced by softmix_bridge_write_voice().


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