|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediafileInspector
| Method Summary | |
|---|---|
java.lang.String |
getBandname()
Returns the band name of the MP3 file. |
java.lang.String |
getExtension()
Returns the extension of the song (".mp3"). |
java.io.File |
getFile()
Returns the currently analyzed file. |
java.lang.String |
getKeyword()
Returns the genre keyword. |
java.lang.String |
getPlaylistname()
Returns the playlist name of the MP3 file. |
int |
getPlaylistrow()
Returns the sequence no. |
int |
getPlaylistyear()
Returns the year of release of the playlist. |
int |
getSonglength()
Returns the song length in milliseconds. |
java.lang.String |
getSongname()
Returns the song name of the MP3 file. |
void |
inspectFile(java.lang.String filename)
Inspect the specified file as an MP3 file. |
| Method Detail |
|---|
void inspectFile(java.lang.String filename)
throws ImporterException,
java.io.IOException
filename - The name of the file to analyze.
ImporterException
java.io.IOExceptionjava.lang.String getSongname()
java.lang.String getPlaylistname()
java.lang.String getBandname()
java.lang.String getKeyword()
int getPlaylistyear()
int getPlaylistrow()
int getSonglength()
java.lang.String getExtension()
java.io.File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||