Releases: APayerl/VlcjWind
Releases · APayerl/VlcjWind
Release Unicorn
0.2: changed name of Player class to VlcjWind so instead of Player player =
new Player(width, height, vlcDetectionListener); player.getMediaPlayer(); it would be VlcjWind vw = new VlcjWind(width, height, vlcDetectionListener); vw.getMediaPlayer();