Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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();
- Loading branch information