|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javazoom.jlGui.tag.OggVorbisInfo
This class gives information (audio format and comments) about Ogg Vorbis file.
| Constructor Summary | |
OggVorbisInfo(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 |
getAverageBitrate()
|
int |
getBitRate()
Get Nominal Bitrate |
int |
getChannels()
|
java.util.Vector |
getComment()
Get any comments provided about the song |
java.lang.String |
getGenre()
Get the genre string of the music |
java.lang.String |
getLocation()
|
int |
getMaxBitrate()
|
int |
getMinBitrate()
|
long |
getPlayTime()
Get play time in seconds. |
int |
getSamplingRate()
Get Sampling Rate |
int |
getSerial()
|
long |
getSize()
|
java.lang.String |
getTitle()
Get the title of the song. |
int |
getTrack()
Get the track number of this track on the album |
java.lang.String |
getVendor()
|
int |
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 OggVorbisInfo(java.lang.String input)
throws java.io.IOException,
com.jcraft.jorbis.JOrbisException
input -
java.io.IOException
com.jcraft.jorbis.JOrbisException| Method Detail |
public int getSerial()
public int getChannels()
public int getVersion()
public int getMinBitrate()
public int getMaxBitrate()
public int getAverageBitrate()
public long getSize()
public java.lang.String getVendor()
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 | |||||||||