FileMp4InputNode.seek() method

Seek to a given point, without starting playback. When the stream is played/resumed, it will start from (about) this offset

Signature:

seek(offsetMs: number): void;

Parameters

Parameter Type Description

offsetMs

number

Returns:

void