overwolf.windows.mediaplayerelement.seek
Overwolf APIs / overwolf / overwolf / windows / mediaPlayerElement / seek
function seek(
id: number,
seconds: number,
callback: CallbackFunction<Result>,
): void;
Seeks the current video to the given number of seconds.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | The id of the player. |
seconds | number | The numbers of seconds to seek to. |
callback | CallbackFunction<Result> | A callback function which will be called with the status of the request. |
Returns
void