video_set_seek(id,position)

From ENIGMA
Jump to navigation Jump to search

Description

Seeks the given video to the given playback in 100 nanoseconds.

Parameters

Parameter Data Type Description
id integer index of the video to seek
position long position to seek to in the playback in 100 nanoseconds

Return Values

void: This function does not return anything.

Example Call

// demonstrates seeking a video to the start
video_set_seek(myvid, 0);