setBus abstract method

void setBus(
  1. AudioBus? bus
)

Routes this voice through bus, or the master bus when null. Must be set before start; rerouting a started voice is backend-dependent.

Implementation

void setBus(AudioBus? bus);