AnalyserNode constructor

AnalyserNode(
  1. BaseAudioContext context, [
  2. AnalyserOptions? options
])

Implementation

factory AnalyserNode(
  _i3.BaseAudioContext context, [
  _i3.AnalyserOptions? options,
]) =>
    _i4.callConstructor(
      _declaredAnalyserNode,
      [
        context,
        options ?? _i6.undefined,
      ],
    );