|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javazoom.jlGui.tag.MpegInfo
This class gives information (audio format and comments) about MPEG file.
| Constructor Summary | |
MpegInfo(java.lang.String input)
Constructor. |
|
| Method Summary | |
java.lang.String |
getAlbum()
Get the name of the album upon which the song resides |
java.lang.String |
getArtist()
Get the artist that performed the song |
int |
getBitRate()
Get Nominal Bitrate |
java.lang.String |
getChannels()
|
java.util.Vector |
getComment()
Get any comments provided about the song |
boolean |
getCopyright()
|
boolean |
getCRC()
|
java.lang.String |
getEmphasis()
|
java.lang.String |
getGenre()
Get the genre string of the music |
java.lang.String |
getLayer()
|
java.lang.String |
getLocation()
|
boolean |
getOriginal()
|
long |
getPlayTime()
Get play time in seconds. |
int |
getSamplingRate()
Get Sampling Rate |
long |
getSize()
|
java.lang.String |
getTitle()
Get the title of the song. |
int |
getTrack()
Get the track number of this track on the album |
boolean |
getVBR()
|
java.lang.String |
getVersion()
|
java.lang.String |
getYear()
Get the year the track was released |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MpegInfo(java.lang.String input)
throws javazoom.jl.decoder.JavaLayerException,
java.io.IOException,
helliker.id3.ID3Exception
input -
java.io.IOException
javazoom.jl.decoder.JavaLayerException
helliker.id3.ID3Exception| Method Detail |
public boolean getVBR()
public java.lang.String getChannels()
public java.lang.String getVersion()
public java.lang.String getEmphasis()
public boolean getCopyright()
public boolean getCRC()
public boolean getOriginal()
public java.lang.String getLayer()
public long getSize()
public java.lang.String getLocation()
public int getSamplingRate()
TagInfo
getSamplingRate in interface TagInfopublic int getBitRate()
TagInfo
getBitRate in interface TagInfopublic long getPlayTime()
TagInfo
getPlayTime in interface TagInfopublic java.lang.String getTitle()
TagInfo
getTitle in interface TagInfopublic java.lang.String getArtist()
TagInfo
getArtist in interface TagInfopublic java.lang.String getAlbum()
TagInfo
getAlbum in interface TagInfopublic int getTrack()
TagInfo
getTrack in interface TagInfopublic java.lang.String getGenre()
TagInfo
getGenre in interface TagInfopublic java.util.Vector getComment()
TagInfo
getComment in interface TagInfopublic java.lang.String getYear()
TagInfo
getYear in interface TagInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||