SpectrogramProfiler
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SpectrogramProfiler(viewer: ISpectrogramViewer, options?: SpectrogramProfilerOptions): SpectrogramProfiler;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
viewer | ISpectrogramViewer |
options | SpectrogramProfilerOptions |
Returns
Section titled “Returns”SpectrogramProfiler
Methods
Section titled “Methods”destroy()
Section titled “destroy()”destroy(): void;Returns
Section titled “Returns”void
getStats()
Section titled “getStats()”getStats(): SpectrogramProfileStats;Returns
Section titled “Returns”isDestroyed()
Section titled “isDestroyed()”isDestroyed(): boolean;Returns
Section titled “Returns”boolean
on<K>(event: K, handler: (data: SpectrogramProfilerEvents[K]) => void): () => void;Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
K extends keyof SpectrogramProfilerEvents |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
event | K |
handler | (data: SpectrogramProfilerEvents[K]) => void |
Returns
Section titled “Returns”() => void