CanvasSpectrogramRenderer
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CanvasSpectrogramRenderer(): CanvasSpectrogramRenderer;Returns
Section titled “Returns”CanvasSpectrogramRenderer
Properties
Section titled “Properties”| Property | Modifier | Type |
|---|---|---|
kind | readonly | "canvas2d" |
Methods
Section titled “Methods”invalidate()
Section titled “invalidate()”invalidate(): void;Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”SpectrogramRenderer.invalidate
render()
Section titled “render()”render(input: RenderInput): void;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | RenderInput |
Returns
Section titled “Returns”void