Function AudioServerSingleton.swapBusEffects
Swaps the position of two effects in bus bus_idx
.
void swapBusEffects
(
const(long) bus_idx,
const(long) effect_idx,
const(long) by_effect_idx
) nothrow @nogc;