Function AudioServerSingleton.setBusSolo
If true
, the bus at index bus_idx
is in solo mode.
void setBusSolo
(
const(long) bus_idx,
const(bool) enable
) nothrow @nogc;
If true
, the bus at index bus_idx
is in solo mode.
void setBusSolo
(
const(long) bus_idx,
const(bool) enable
) nothrow @nogc;