Back to project page nagare.
The source code is released under:
Copyright (c) 2011 peterh@sapros.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the ...
If you think the Android project nagare 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 com.giantrabbit.nagare; interface PlayListFile { public PlayList play_list(); public void parse(); public String errors(); }