time(...)

time(ms: number): this;

Seeks the video to the specified time in milliseconds.

In some cases this may actually seek to a nearby keyframe rather than the exact time specified. This behavior is determined by the underlying video playback functionality provided by a device's operating system.

Parameters

Parameter Type Description
ms number The time in milliseconds to set the current seek position to.

Returns

this

zapcode branded_zapcode i