public abstract class ID3Tag extends CustomPackage
Represents a base abstract class for the ID3(v1) and ID3(v2) audio tags.
Modifier and Type | Method and Description |
---|---|
abstract String |
getVersion()
Gets the version of the ID3 tag in string format.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public abstract String getVersion()
Gets the version of the ID3 tag in string format. For example: 'ID3v1.1'.