ID3Tag
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public abstract class ID3Tag extends CustomPackage
Represents a base abstract class for the ID3(v1) and ID3(v2) audio tags.
Methods
Method | Description |
---|---|
getVersion() | Gets the version of the ID3 tag in string format. |
getVersion()
public abstract String getVersion()
Gets the version of the ID3 tag in string format. For example: ‘ID3v1.1’.
Returns: java.lang.String - The ID3 version.