Back to project page Android-My-Audio-Player.
The source code is released under:
Apache License
If you think the Android project Android-My-Audio-Player 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.tassioauad.myaudioplayer; /*from w w w.j a v a 2 s . com*/ /** * Created by TssioAuad on 27/12/2014. */ public interface AudioEntity { public String getImageUrl(); public String getTitle(); public String getSubTitle(); public String getAudioUrl(); }