PlayheadOverlay
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PlayheadOverlay( container: HTMLElement, scope: ISonoscope, options?: PlayheadOverlayOptions): PlayheadOverlay;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
container | HTMLElement |
scope | ISonoscope |
options | PlayheadOverlayOptions |
Returns
Section titled “Returns”PlayheadOverlay
Methods
Section titled “Methods”destroy()
Section titled “destroy()”destroy(): void;Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”getElement()
Section titled “getElement()”getElement(): HTMLDivElement;Returns
Section titled “Returns”HTMLDivElement
Implementation of
Section titled “Implementation of”scheduleUpdate()
Section titled “scheduleUpdate()”scheduleUpdate(): void;Returns
Section titled “Returns”void
update()
Section titled “update()”update(): void;Returns
Section titled “Returns”void