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] |
Definition at line 124 of file bridge_softmix.c.
| 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().
| unsigned int num_above_internal_rate |
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().