setGain method

void setGain(
  1. double gain
)

Forces a master volume modification at the native signal stage.

Implementation

void setGain(double gain) => _setGainNative(gain);