#import #import #import #import #import // https://webaudio.github.io/web-audio-api/#MediaElementAudioSourceOptions dictionary MediaElementAudioSourceOptions { required HTMLMediaElement mediaElement; }; // https://webaudio.github.io/web-audio-api/#MediaElementAudioSourceNode [Exposed=Window] interface MediaElementAudioSourceNode : AudioNode { constructor (AudioContext context, MediaElementAudioSourceOptions options); [SameObject] readonly attribute HTMLMediaElement mediaElement; };