AudioElement 构造函数

AudioElement([
  1. String? src
])

实现

factory AudioElement([String? src]) => new AudioElement._(src);