mediaElement property
HTMLMediaElement
get
mediaElement
The MediaElementAudioSourceNode interface's
read-only mediaElement
property indicates the
HTMLMediaElement that contains the audio track from which the node is
receiving audio.
This stream was specified when the node was first created, either using the MediaElementAudioSourceNode.MediaElementAudioSourceNode constructor or the AudioContext.createMediaElementSource method.
Implementation
external HTMLMediaElement get mediaElement;