| void Mix(float[] source, float[] destination, float gain)Mix a track to a mono stream with a given gain.Visibility | Public | Modifiers | static |
Parametersfloat[] source | Source track | float[] destination | Mono destination stream | float gain | Linear amplification of the track |
|