AudioWorkletNodeOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

numberOfInputs
void numberOfInputs(uint numberOfInputs)
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
void numberOfOutputs(uint numberOfOutputs)
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.
outputChannelCount
void outputChannelCount(Sequence!(uint) outputChannelCount)
Undocumented in source. Be warned that the author may not have intended to support it.
outputChannelCount
auto outputChannelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterData
void parameterData(Record!(string, double) parameterData)
Undocumented in source. Be warned that the author may not have intended to support it.
parameterData
auto parameterData()
Undocumented in source. Be warned that the author may not have intended to support it.
processorOptions
void processorOptions(Optional!(T0) processorOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
processorOptions
auto processorOptions()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.audio.AudioNodeOptions _parent;
Undocumented in source.

Meta