Functions | |
INT16 | eyelink_playback_start (void) |
INT16 | eyelink_playback_stop (void) |
INT16 eyelink_playback_start | ( | void | ) |
Flushes data from queue and starts data playback. An EDF file must be open and have at least one recorded trial. Use eyelink_wait_for_data()
to wait for data: this will time out if the playback failed. Playback begins from start of file or from just after the end of the next-but-last recording block. Link data is determined by file contents, not by link sample and event settings.
0
if command sent OK, else link error.Example:
INT16 eyelink_playback_stop | ( | void | ) |
Stops playback if in progress. Flushes any data in queue.
0
if mode switched, else link error.Example: See eyelink_playback_start()