GainNode constructor

GainNode(
  1. BaseAudioContext context, [
  2. GainOptions options
])

Implementation

external factory GainNode(
  BaseAudioContext context, [
  GainOptions options,
]);