AudioServerSingleton.setBusEffectEnabled

If true the effect at index effect_idx on the bus at index bus_idx is enabled.

struct AudioServerSingleton
@nogc nothrow
void
setBusEffectEnabled
(
in long bus_idx
,
in long effect_idx
,
in bool enabled
)

Meta