Skip to content

Releases: APayerl/VlcjWind

Release Unicorn

10 Aug 11:54
Compare
Choose a tag to compare

Unicorn is the first release I'm fairly certain is ready for public release as a non-"pre-release".

0.2: changed name of Player class to VlcjWind so instead of Player player =

10 Aug 05:26
Compare
Choose a tag to compare
new Player(width, height, vlcDetectionListener);
player.getMediaPlayer();
it would be VlcjWind vw = new VlcjWind(width, height,
vlcDetectionListener);
vw.getMediaPlayer();

0.1

09 Aug 10:57
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
moved some code around, nothing important