Back to project page relaxing-music.
The source code is released under:
GNU General Public License
If you think the Android project relaxing-music listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * @file strategy.java//from w w w . ja va2s .c om * @author eric-zhou <eric-zhou@ericzhou> * @date Sun Apr 6 12:19:48 2014 * * @brief ???????????????????????????????????????(??????????? * ?),?????????????????? * */ // public class SingleAudioConfig { // private String m_FileName ; // private int m_LoopInterval ; // private int m_Volume ; // } // public class MusicStrategyConfig { // private String m_Name ; // private SingleAudioConfig[] m_Audios ; // private String m_Image ; // private String m_DescText ; // }