MediaElementAudioSourceNode()
构造函数创建新
MediaElementAudioSourceNode
对象实例。
var myAudioSource = new MediaElementAudioSourceNode(context, options);
Inherits parameters from the
AudioNodeOptions
dictionary
.
AudioContext
representing the audio context you want the node to be associated with.
MediaElementAudioSourceOptions
dictionary object defining the properties you want the
MediaElementAudioSourceNode
to have:
mediaElement
: An
HTMLMediaElement
that will be used as the source for the audio.
新的
MediaElementAudioSourceNode
对象实例。
var ac = new AudioContext();
var mediaElement = document.createElement('audio');
var options = {
mediaElement : mediaElement
}
var myAudioSource = new MediaElementAudioSourceNode(ac, options);
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web 音频 API
The definition of 'MediaElementAudioSourceNode' in that specification. |
工作草案 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
MediaElementAudioSourceNode()
构造函数
|
Chrome
55
|
Edge ≤79 | Firefox 53 | IE No | Opera 42 | Safari ? |
WebView Android
55
|
Chrome Android
55
|
Firefox Android 53 | Opera Android 42 | Safari iOS ? |
Samsung Internet Android
6.0
|
完整支持
不支持
兼容性未知
见实现注意事项。
MediaElementAudioSourceNode
MediaElementAudioSourceNode()
AnalyserNode
AudioBuffer
AudioBufferSourceNode
AudioContext
AudioContextOptions
AudioDestinationNode
AudioListener
AudioNode
AudioNodeOptions
AudioParam
AudioProcessingEvent
AudioScheduledSourceNode
AudioWorklet
AudioWorkletGlobalScope
AudioWorkletNode
AudioWorkletProcessor
BaseAudioContext
BiquadFilterNode
ChannelMergerNode
ChannelSplitterNode
ConstantSourceNode
ConvolverNode
DelayNode
DynamicsCompressorNode
GainNode
IIRFilterNode
MediaStreamAudioDestinationNode
MediaStreamAudioSourceNode
OfflineAudioCompletionEvent
OfflineAudioContext
OscillatorNode
PannerNode
PeriodicWave
StereoPannerNode
WaveShaperNode