This will seek to the exact frame indicated by duration, or the frame before, instead of seeking to a keyframe like seekTime does.
duration
void seekPrecise(Duration duration) { player.seekPrecise(duration); }