@Immutable public final class AdvancedTagFromMp3File extends Object implements AdvancedTag
ID3v2 tag from an MP3 file.| Constructor and Description |
|---|
AdvancedTagFromMp3File(com.mpatric.mp3agic.Mp3File file)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
com.mpatric.mp3agic.ID3v2 |
construct()
Checks the tag for missing items, such as album image.
|
public AdvancedTagFromMp3File(com.mpatric.mp3agic.Mp3File file)
file - The Mp3File with tags.public com.mpatric.mp3agic.ID3v2 construct()
throws IOException
AdvancedTagconstruct in interface AdvancedTagID3v2 tag.IOException - If the tag has any of the requested items missing.Copyright © 2017–2018 jcabi.com. All rights reserved.