Modifier and Type | Method and Description |
---|---|
Tag |
AudioFile.getTag()
Returns the tag contained in this AudioFile, the
Tag contains any useful meta-data, like artist, album, title, etc. |
Modifier and Type | Method and Description |
---|---|
void |
Tag.merge(Tag tag) |
Constructor and Description |
---|
AudioFile(java.io.File f,
EncodingInfo info,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
AudioFile(java.lang.String s,
EncodingInfo info,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |