Function AudioServerSingleton.moveBus

Moves the bus from index index to index to_index.

void moveBus (
  const(long) index,
  const(long) to_index
) nothrow @nogc;