|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Tag in entagged.audioformats |
---|
Methods in entagged.audioformats that return Tag | |
---|---|
Tag |
AudioFile.getTag()
Returns the tag contained in this AudioFile, the Tag contains any useful meta-data, like artist, album, title, etc. |
Methods in entagged.audioformats with parameters of type Tag | |
---|---|
void |
Tag.merge(Tag tag)
|
Constructors in entagged.audioformats with parameters of type Tag | |
---|---|
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 !. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |