net.sf.ext.entagged.libraries.audioformats.interfaces
Interface AudioFormatInterface
- All Known Implementing Classes:
- AudioFormat, AudioFormat, AudioFormat, DefaultAudioFormat
- public interface AudioFormatInterface
getSupportedTagTypes
public TagTypeInterface[] getSupportedTagTypes()
getName
public java.lang.String getName()
getSupportedExtensions
public java.lang.String[] getSupportedExtensions()
getEncodingInfoReader
public EncodingInfoReader getEncodingInfoReader()
getDefaultTagType
public TagTypeInterface getDefaultTagType()
getTagType
public TagTypeInterface getTagType(java.lang.String tagType)
getTagReaders
public TagReaderInterface[] getTagReaders()
setRootFile
public void setRootFile(java.io.File f)
getRootFile
public java.io.File getRootFile()
toString
public java.lang.String toString()
getAuthor
public java.lang.String getAuthor()
getDescription
public java.lang.String getDescription()