DelayNode constructor

DelayNode(BaseAudioContext context, [ Map options ])

Implementation

factory DelayNode(BaseAudioContext context, [Map options]) {
  if (options != null) {
    var options_1 = convertDartToNative_Dictionary(options);
    return DelayNode._create_1(context, options_1);
  }
  return DelayNode._create_2(context);
}