org.modeshape.sequencer.mp3
Class Mp3Metadata
java.lang.Object
org.modeshape.sequencer.mp3.Mp3Metadata
public class Mp3Metadata
- extends Object
Utility for extracting metadata from MP3 files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static Mp3Metadata instance(InputStream stream)
throws Exception
- Throws:
Exception
getTitle
public String getTitle()
getAuthor
public String getAuthor()
getAlbum
public String getAlbum()
getYear
public String getYear()
getComment
public String getComment()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.