Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


softmix_stats Struct Reference

Data Fields

unsigned int highest_supported_rate
unsigned int locked_rate
unsigned int num_above_internal_rate
unsigned int num_at_internal_rate
unsigned int num_channels [16]
unsigned int sample_rates [16]

Detailed Description

Definition at line 124 of file bridge_softmix.c.


Field Documentation

unsigned int highest_supported_rate

the absolute highest sample rate supported by any channel in the bridge

Definition at line 134 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and gather_softmix_stats().

unsigned int locked_rate

Is the sample rate locked by the bridge, if so what is that rate.

Definition at line 136 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and softmix_bridge_thread().

the number of channels above the internal sample rate

Definition at line 130 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and gather_softmix_stats().

unsigned int num_at_internal_rate

the number of channels at the internal sample rate

Definition at line 132 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and gather_softmix_stats().

unsigned int num_channels[16]

Each index represents the number of channels using the same index in the sample_rates array.

Definition at line 128 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and gather_softmix_stats().

unsigned int sample_rates[16]

Each index represents a sample rate used above the internal rate.

Definition at line 126 of file bridge_softmix.c.

Referenced by analyse_softmix_stats(), and gather_softmix_stats().


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