| void Insert(float[] source, float[] destination, float gain)Sets a track to a stream with a set gain.| Visibility | Public | | Modifiers | static |
Parameters| float[] source | Source track | | float[] destination | Destination stream | | float gain | Multiplier of signal amplitude |
|