AudioBus_reset method

void AudioBus_reset(
  1. int busIndex
)
inherited

Implementation

void AudioBus_reset(
  int busIndex,
) {
  return _AudioBus_reset(
    busIndex,
  );
}