Package | Description |
---|---|
org.jaudiotagger.tag |
Generic classes and interfaces for metadata blocks, broadly called tags.
|
org.jaudiotagger.tag.vorbiscomment |
Code dealing with the Vorbis metadata (called "Comment") tag.
|
Modifier and Type | Method and Description |
---|---|
VorbisAlbumArtistSaveOptions |
TagOptionSingleton.getVorbisAlbumArtistSaveOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TagOptionSingleton.setVorbisAlbumArtistSaveOptions(VorbisAlbumArtistSaveOptions vorbisAlbumArtistSaveOptions) |
Modifier and Type | Method and Description |
---|---|
static VorbisAlbumArtistSaveOptions |
VorbisAlbumArtistSaveOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VorbisAlbumArtistSaveOptions[] |
VorbisAlbumArtistSaveOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2020 jthink.net. All rights reserved.