Class MediaPlayer

java.lang.Object
nl.saxion.app.audio.MediaPlayer
All Implemented Interfaces:
Runnable

public class MediaPlayer extends Object implements Runnable
Experimental class for playing audio fragments in .wav format. The class is taken from: https://github.com/dberm22/DBoard/blob/master/src/com/dberm22/utils/MediaPlayer.java Although this class has stop/pause methods, they are not utilized in the SaxionApp.