boolean WAC_SetPosition (int $InstanceID, int $Seconds)
InstanceID | ID of the controlled media player |
Seconds | Label in seconds |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the position marker in the media player with the ID InstanceID to the specified Seconds. The title must be played at execution time already.
WAC_PlayFile(12345, "my.mp3"); //Play title
WAC_SetPosition(12345, 60); //jump on the 1 minute mark in the song