ID3Tag
Leave feedback
On this page
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.
| Method | Description |
|---|---|
| getVersion() | Gets the version of the ID3 tag in string format. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.