AudioNode

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

channelCount
void channelCount(uint channelCount)
Undocumented in source. Be warned that the author may not have intended to support it.
channelCount
auto channelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
channelCountMode
void channelCountMode(ChannelCountMode channelCountMode)
Undocumented in source. Be warned that the author may not have intended to support it.
channelCountMode
auto channelCountMode()
Undocumented in source. Be warned that the author may not have intended to support it.
channelInterpretation
void channelInterpretation(ChannelInterpretation channelInterpretation)
Undocumented in source. Be warned that the author may not have intended to support it.
channelInterpretation
auto channelInterpretation()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
auto connect(AudioNode destinationNode, uint output, uint input)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
auto connect(AudioNode destinationNode, uint output)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
auto connect(AudioNode destinationNode)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(AudioParam destinationParam, uint output)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(AudioParam destinationParam)
Undocumented in source. Be warned that the author may not have intended to support it.
context
auto context()
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(uint output)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(AudioNode destinationNode)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(AudioNode destinationNode, uint output)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(AudioNode destinationNode, uint output, uint input)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(AudioParam destinationParam)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(AudioParam destinationParam, uint output)
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfInputs
auto numberOfInputs()
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfOutputs
auto numberOfOutputs()
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