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