dart / 2.17.0 / dart-web_audio / mediaelementaudiosourcenode / mediaelementaudiosourcenode.html /

MediaElementAudioSourceNode constructor

MediaElementAudioSourceNode(
  1. BaseAudioContext context,
  2. Map options
)

Implementation

factory MediaElementAudioSourceNode(BaseAudioContext context, Map options) {
  var options_1 = convertDartToNative_Dictionary(options);
  return MediaElementAudioSourceNode._create_1(context, options_1);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.17.0/dart-web_audio/MediaElementAudioSourceNode/MediaElementAudioSourceNode.html