Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
softmix_stats Struct Reference

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]
 

Detailed Description

Definition at line 84 of file bridge_softmix.c.

Field Documentation

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.

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 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 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.

unsigned int num_above_maximum_rate

The number of channels above the maximum sample rate

Definition at line 92 of file bridge_softmix.c.

unsigned int num_at_internal_rate

The number of channels at the internal sample rate

Definition at line 94 of file bridge_softmix.c.

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.

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.


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