Skip to content

SpectrogramHandle

type SpectrogramHandle = object;

Imperative handle exposed by the Spectrogram component ref.

PropertyTypeDescription
getAudio() => HTMLAudioElement | nullReturns the audio element if attached.
getCanvas() => HTMLCanvasElement | nullReturns the canvas element.
getViewer() => SpectrogramViewer | nullReturns the underlying SpectrogramViewer instance.