newGainNode abstract method

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

Implementation

GainNode newGainNode(
  BaseAudioContext context, [
  GainOptions options,
]);