up Inquisit Language Reference

currentTime property

This property returns the current playing time video in milliseconds.

Member of

<video>

Syntax

video.name.currentTime

Read Only

Type

integer

Remarks

Examples

The following trial stops after playing a video for 10 seconds:

<trial test>
/ stimulusTimes = [1=treatmentvideo]
/ validResponse = (" ")
/ stop = {return video.treatmentVideo.currentTime == 10000}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.