Closed cale96b4 closed 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?
getMediaPlayer().controls().nextFrame()
getMediaPlayer().controls().preFrame()
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.
i know display next frame by
getMediaPlayer().controls().nextFrame()
but i can't find some func likegetMediaPlayer().controls().preFrame()
to display previous frame,also i can't find in lib vlc, am i can do that?