This function clears the list of all audio emitters on the given bus and relinks them to the main bus.
NOTE A bus that has no emitters linked to it is not processed.
audio_bus_clear_emitters(bus);
Argument | Type | Description |
---|---|---|
bus | AudioBus Struct | The bus of which to clear the emitters |
N/A
audio_bus_clear_emitters(bus1);
The above code clears all emitters linked to an existing audio bus bus1, reassigning them to the main audio bus audio_bus_main.