| void Mix(float[] source, int sourceChannel, int destinationChannel, int channels)Mix a channel of a stream to one of its other track.| Visibility | Public | | Modifiers | static |
Parameters| float[] source | Source track | | int sourceChannel | Channel to copy to the | | int destinationChannel | Channel to mix the to | | int channels | Number of channels in the |
|