| void Mix(float[] source, float[] destination, int destinationChannel, int destinationChannels, float gain)Mix a track to a stream' given channel with a given gain.Visibility | Public | Modifiers | static |
Parametersfloat[] source | Source track | float[] destination | Interlaced destination stream | int destinationChannel | Channel of the | int destinationChannels | Number of channels in the | float gain | Linear amplification of the track |
|