Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
unsigned int | highest_supported_rate |
unsigned int | locked_rate |
unsigned int | maximum_rate |
unsigned int | num_above_internal_rate |
unsigned int | num_above_maximum_rate |
unsigned int | num_at_internal_rate |
unsigned int | num_channels [16] |
unsigned int | sample_rates [16] |
Definition at line 84 of file bridge_softmix.c.
unsigned int highest_supported_rate |
The absolute highest sample rate preferred by any channel in the bridge
Definition at line 96 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 98 of file bridge_softmix.c.
Referenced by analyse_softmix_stats(), and softmix_mixing_loop().
unsigned int maximum_rate |
The maximum sample rate the bridge may use
Definition at line 100 of file bridge_softmix.c.
Referenced by analyse_softmix_stats(), gather_softmix_stats(), and softmix_mixing_loop().
unsigned int num_above_internal_rate |
The number of channels above the internal sample rate
Definition at line 90 of file bridge_softmix.c.
Referenced by analyse_softmix_stats(), and gather_softmix_stats().
unsigned int num_above_maximum_rate |
The number of channels above the maximum sample rate
Definition at line 92 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 94 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 88 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 86 of file bridge_softmix.c.
Referenced by analyse_softmix_stats(), and gather_softmix_stats().