caprica / vlcj

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

New native timer API #1166

Open caprica opened 2 years ago

caprica commented 2 years ago

See https://code.videolan.org/videolan/vlc/-/commit/52cda8377ebcccd70a5af409b68ab5b39b79d1ce.

caprica commented 2 years ago

Further changes here https://code.videolan.org/videolan/vlc/-/commit/95cbcf0e5972d21b8b2a6a9910ad90428dc132ed

caprica commented 2 years ago

Done at https://github.com/caprica/vlcj-natives/commit/f60f043f8017d45e11991bda8e8948700e008f68 and 08b3f2eec8a6edaeb892b52bf1d47f81c32e6233.

caprica commented 2 years ago

This would probably benefit from the addition of a higher level API or abstraction, since dealing with events and interpolation seems a bit awkward.