@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MediaElementAudioSourceNode")
public class MediaElementAudioSourceNode
extends AudioNode
channelCount, channelCountMode, channelInterpretation| Constructor and Description |
|---|
MediaElementAudioSourceNode(AudioContext context,
MediaElementAudioSourceOptions options)
The MediaElementAudioSourceNode() constructor creates a new MediaElementAudioSourceNode object instance.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLMediaElement |
mediaElement()
The MediaElementAudioSourceNode interface's read-only mediaElement property indicates the HTMLMediaElement that contains the audio track from which the node is receiving audio.
|
connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerpublic MediaElementAudioSourceNode(@Nonnull
AudioContext context,
@Nonnull
MediaElementAudioSourceOptions options)
@JsProperty(name="mediaElement") @Nonnull public HTMLMediaElement mediaElement()