danger.player
Interface AudioTrack



public interface AudioTrack


Method Summary
 boolean canBePlayed()
           
 String getAlbum()
           
 Bitmap getAlbumArt()
           
 String getArtist()
           
 String getComment()
           
 String getComposer()
           
 String getGenre()
           
 String getGrouping()
           
 int getMillisecondLength()
           
 String getSubtitle()
           
 String getTitle()
           
 int getTrackCount()
           
 int getTrackNumber()
           
 String getYear()
           
 boolean hasAlbumArt()
           
 boolean hasMedia()
           
 boolean isCompilation()
           
 boolean isPlaying()
           
 

Method Detail

getTitle

String getTitle()

getSubtitle

String getSubtitle()

getArtist

String getArtist()

getAlbum

String getAlbum()

getYear

String getYear()

getComment

String getComment()

getComposer

String getComposer()

getGenre

String getGenre()

getGrouping

String getGrouping()

getTrackNumber

int getTrackNumber()

getTrackCount

int getTrackCount()

isCompilation

boolean isCompilation()

getMillisecondLength

int getMillisecondLength()

hasAlbumArt

boolean hasAlbumArt()

getAlbumArt

Bitmap getAlbumArt()

isPlaying

boolean isPlaying()

hasMedia

boolean hasMedia()

canBePlayed

boolean canBePlayed()