Variable ConstantSourceNode
ConstantSourceNode: {
prototype: ConstantSourceNode;
new (
context: BaseAudioContext,
options?: ConstantSourceOptions,
): ConstantSourceNode;
}
prototype: ConstantSourceNode;
new (
context: BaseAudioContext,
options?: ConstantSourceOptions,
): ConstantSourceNode;
}
Type declaration
- new (
 context: BaseAudioContext,
 options?: ConstantSourceOptions,
 ): ConstantSourceNode
- Parameters- context: BaseAudioContext
- Optionaloptions: ConstantSourceOptions
 - Returns ConstantSourceNode
 
- new (
- prototype: ConstantSourceNode