Function AudioServerSingleton.removeBusEffect
Removes the effect at index effect_idx from the bus at index bus_idx.
void removeBusEffect
(
const(long) bus_idx,
const(long) effect_idx
) nothrow @nogc;
Removes the effect at index effect_idx from the bus at index bus_idx.
void removeBusEffect
(
const(long) bus_idx,
const(long) effect_idx
) nothrow @nogc;