AudioElement factory constructor

AudioElement([String src ])

Source

factory AudioElement([String src]) {
  if (src == null)
    return _blink.BlinkHTMLAudioElement.instance.constructorCallback_0_();
  else
    return _blink.BlinkHTMLAudioElement.instance.constructorCallback_1_(src);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/AudioElement/AudioElement.html