| void Downmix(float[] from, float[] to, int toChannels)Downmix audio for a lesser channel count with limited knowledge of the target system's channel locations.Visibility | Public | Modifiers | static |
Parametersfloat[] from | The output of a or an audio signal
that matches the renderer's channel count. | float[] to | Output array | int toChannels | Output channel count |
|