Back to project page EnklawaPlayer.
The source code is released under:
GNU General Public License
If you think the Android project EnklawaPlayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package macbury.pod.managers.player; /** * Created by macbury on 01.10.14. */ public enum PlaybackStatus { Pending, Initializing, Playing, Paused, Finished, Error }