Package | Description |
---|---|
org.jaudiotagger.tag.flac |
Implements a pseudo-tag data object for FLAC.
|
org.jaudiotagger.tag.vorbiscomment |
Code dealing with the Vorbis metadata (called "Comment") tag.
|
Modifier and Type | Method and Description |
---|---|
TagField |
FlacTag.createField(VorbisCommentFieldKey vorbisCommentFieldKey,
String value)
Create Tag Field using ogg key
|
boolean |
FlacTag.hasField(VorbisCommentFieldKey vorbisFieldKey) |
Modifier and Type | Method and Description |
---|---|
static VorbisCommentFieldKey |
VorbisCommentFieldKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VorbisCommentFieldKey[] |
VorbisCommentFieldKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagField |
VorbisCommentTag.createField(VorbisCommentFieldKey vorbisCommentFieldKey,
String value)
Create Tag Field using ogg key
|
void |
VorbisCommentTag.deleteField(VorbisCommentFieldKey vorbisCommentFieldKey)
Delete fields with this vorbisCommentFieldKey
|
List<TagField> |
VorbisCommentTag.get(VorbisCommentFieldKey vorbisCommentKey)
Retrieve the first value that exists for this vorbis comment key
|
String |
VorbisCommentTag.getFirst(VorbisCommentFieldKey vorbisCommentKey)
Retrieve the first value that exists for this vorbis comment key
|
boolean |
VorbisCommentTag.hasField(VorbisCommentFieldKey vorbisFieldKey) |
Copyright © 2005–2020 jthink.net. All rights reserved.