caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.13k stars 259 forks source link

how to display pre frame #1121

Closed cale96b4 closed 2 years ago

cale96b4 commented 2 years ago

i know display next frame by getMediaPlayer().controls().nextFrame() but i can't find some func like getMediaPlayer().controls().preFrame() to display previous frame,also i can't find in lib vlc, am i can do that?

caprica commented 2 years ago

As you've discovered, there is no API in LibVLC to go to the previous frame, nor is there any such feature in VLC itself.

It simply is not possible, and I'm afraid that's all there is to it.