Function AudioServerSingleton.setBusEffectEnabled
If true
, the effect at index effect_idx
on the bus at index bus_idx
is enabled.
void setBusEffectEnabled
(
const(long) bus_idx,
const(long) effect_idx,
const(bool) enabled
) nothrow @nogc;