|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.axelwernicke.mypod.util.ID3Utils
This class provides some helper methods to read and write id3 tags
Method Summary | |
ID3Utils |
getInstance()
Gets an instance of the ID3Utils class. |
static MP3MetaV2 |
reScanMp3(MP3MetaV2 mp3Meta)
Rescans an mp3 file and updates the meta data. |
static MP3MetaV2 |
scanMp3(java.io.File file)
Scan mp3 file for id3 and other meta data |
static void |
updateMp3VdHeide(MP3MetaV2 origMeta,
MP3MetaV2 metaToSet)
Updates the id3 tags ( v1 & v2.3 ) of an mp3 clip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ID3Utils getInstance()
public static MP3MetaV2 scanMp3(java.io.File file)
file
- to scan
public static MP3MetaV2 reScanMp3(MP3MetaV2 mp3Meta)
mp3Meta
- to rescan
public static void updateMp3VdHeide(MP3MetaV2 origMeta, MP3MetaV2 metaToSet)
origMeta
- original meta data of the clipmetaToSet
- meta data to set, values are set if they are not null (strings) or -1 (numbers)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |