BaseAudioContext

Undocumented in source.
@safe nothrow
struct BaseAudioContext {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

audioWorklet
auto audioWorklet()
Undocumented in source. Be warned that the author may not have intended to support it.
createAnalyser
auto createAnalyser()
Undocumented in source. Be warned that the author may not have intended to support it.
createBiquadFilter
auto createBiquadFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
createBuffer
auto createBuffer(uint numberOfChannels, uint length, float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
createBufferSource
auto createBufferSource()
Undocumented in source. Be warned that the author may not have intended to support it.
createChannelMerger
auto createChannelMerger(uint numberOfInputs)
Undocumented in source. Be warned that the author may not have intended to support it.
createChannelMerger
auto createChannelMerger()
Undocumented in source. Be warned that the author may not have intended to support it.
createChannelSplitter
auto createChannelSplitter(uint numberOfOutputs)
Undocumented in source. Be warned that the author may not have intended to support it.
createChannelSplitter
auto createChannelSplitter()
Undocumented in source. Be warned that the author may not have intended to support it.
createConstantSource
auto createConstantSource()
Undocumented in source. Be warned that the author may not have intended to support it.
createConvolver
auto createConvolver()
Undocumented in source. Be warned that the author may not have intended to support it.
createDelay
auto createDelay(double maxDelayTime)
Undocumented in source. Be warned that the author may not have intended to support it.
createDelay
auto createDelay()
Undocumented in source. Be warned that the author may not have intended to support it.
createDynamicsCompressor
auto createDynamicsCompressor()
Undocumented in source. Be warned that the author may not have intended to support it.
createGain
auto createGain()
Undocumented in source. Be warned that the author may not have intended to support it.
createIIRFilter
auto createIIRFilter(Sequence!(double) feedforward, Sequence!(double) feedback)
Undocumented in source. Be warned that the author may not have intended to support it.
createOscillator
auto createOscillator()
Undocumented in source. Be warned that the author may not have intended to support it.
createPanner
auto createPanner()
Undocumented in source. Be warned that the author may not have intended to support it.
createPeriodicWave
auto createPeriodicWave(Sequence!(float) real_, Sequence!(float) imag, PeriodicWaveConstraints constraints)
Undocumented in source. Be warned that the author may not have intended to support it.
createPeriodicWave
auto createPeriodicWave(Sequence!(float) real_, Sequence!(float) imag)
Undocumented in source. Be warned that the author may not have intended to support it.
createScriptProcessor
auto createScriptProcessor(uint bufferSize, uint numberOfInputChannels, uint numberOfOutputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
createScriptProcessor
auto createScriptProcessor(uint bufferSize, uint numberOfInputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
createScriptProcessor
auto createScriptProcessor(uint bufferSize)
Undocumented in source. Be warned that the author may not have intended to support it.
createScriptProcessor
auto createScriptProcessor()
Undocumented in source. Be warned that the author may not have intended to support it.
createStereoPanner
auto createStereoPanner()
Undocumented in source. Be warned that the author may not have intended to support it.
createWaveShaper
auto createWaveShaper()
Undocumented in source. Be warned that the author may not have intended to support it.
currentTime
auto currentTime()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeAudioData
auto decodeAudioData(ArrayBuffer audioData, Optional!(T1) successCallback, Optional!(T2) errorCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeAudioData
auto decodeAudioData(ArrayBuffer audioData, Optional!(T1) successCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeAudioData
auto decodeAudioData(ArrayBuffer audioData)
Undocumented in source. Be warned that the author may not have intended to support it.
destination
auto destination()
Undocumented in source. Be warned that the author may not have intended to support it.
listener
auto listener()
Undocumented in source. Be warned that the author may not have intended to support it.
onstatechange
void onstatechange(EventHandler onstatechange)
Undocumented in source. Be warned that the author may not have intended to support it.
onstatechange
auto onstatechange()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRate
auto sampleRate()
Undocumented in source. Be warned that the author may not have intended to support it.
state
auto state()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.EventTarget _parent;
Undocumented in source.

Meta