public class OggMetaData extends Object
| Constructor and Description |
|---|
OggMetaData(URL oggFileURL)
Create an id3v1tag from the file specified.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbum() |
String |
getAlbumArtist() |
String |
getArtist() |
String |
getBPM() |
String |
getComment() |
String |
getComposer() |
String |
getDate() |
String |
getDiscNumber() |
String |
getGenre() |
int |
getLengthInMilliseconds() |
String |
getPublisher() |
String |
getShortDescription()
A short description like winamp does in its default
|
String |
getTitle() |
String |
getTrackNumber() |
String |
toString() |
public OggMetaData(URL oggFileURL)
mp3 - the file to read/write the tag toFileNotFoundException - if an error occursIOException - if an error occurspublic int getLengthInMilliseconds()
public String getAlbum()
public String getTitle()
public String getGenre()
public String getComposer()
public String getTrackNumber()
public String getComment()
public String getPublisher()
public String getBPM()
public String getArtist()
public String getDiscNumber()
public String getAlbumArtist()
public String getDate()
public String getShortDescription()
Copyright © 2014. All rights reserved.