1. Deprecated("Internal Use Only")
MediaElementAudioSourceNode internalCreateMediaElementAudioSourceNode()

Source

@Deprecated("Internal Use Only")
static MediaElementAudioSourceNode internalCreateMediaElementAudioSourceNode() {
  return new MediaElementAudioSourceNode._internalWrap();
}