|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TagField in entagged.audioformats |
---|
Methods in entagged.audioformats with parameters of type TagField | |
---|---|
void |
Tag.add(TagField field)
Adds a tagfield to the structure. It is not recommended to use this method for normal use of the audiolibrary. |
void |
Tag.set(TagField field)
|
Uses of TagField in entagged.audioformats.ape |
---|
Methods in entagged.audioformats.ape that return TagField | |
---|---|
protected TagField |
ApeTag.createAlbumField(String content)
|
protected TagField |
ApeTag.createArtistField(String content)
|
protected TagField |
ApeTag.createCommentField(String content)
|
protected TagField |
ApeTag.createGenreField(String content)
|
protected TagField |
ApeTag.createTitleField(String content)
|
protected TagField |
ApeTag.createTrackField(String content)
|
protected TagField |
ApeTag.createYearField(String content)
|
Uses of TagField in entagged.audioformats.ape.util |
---|
Classes in entagged.audioformats.ape.util that implement TagField | |
---|---|
class |
ApeTagBinaryField
|
class |
ApeTagField
|
class |
ApeTagTextField
|
Methods in entagged.audioformats.ape.util with parameters of type TagField | |
---|---|
void |
ApeTagBinaryField.copyContent(TagField field)
|
void |
ApeTagTextField.copyContent(TagField field)
|
abstract void |
ApeTagField.copyContent(TagField field)
|
Uses of TagField in entagged.audioformats.asf.data.wrapper |
---|
Classes in entagged.audioformats.asf.data.wrapper that implement TagField | |
---|---|
class |
ContentDescriptorTagField
This class encapsulates a ContentDescriptor and provides access
to it. |
Methods in entagged.audioformats.asf.data.wrapper with parameters of type TagField | |
---|---|
void |
ContentDescriptorTagField.copyContent(TagField field)
(overridden) |
Uses of TagField in entagged.audioformats.asf.util |
---|
Classes in entagged.audioformats.asf.util that implement TagField | |
---|---|
class |
AsfCopyrightField
This class represents the copyright field of asf files. |
Methods in entagged.audioformats.asf.util with parameters of type TagField | |
---|---|
void |
AsfCopyrightField.copyContent(TagField field)
(overridden) |
Uses of TagField in entagged.audioformats.generic |
---|
Subinterfaces of TagField in entagged.audioformats.generic | |
---|---|
interface |
TagTextField
This interface extends the default field definition by methods for working with human readable text. A TagTextField does not store binary data. |
Methods in entagged.audioformats.generic that return TagField | |
---|---|
protected TagField |
GenericTag.createAlbumField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createAlbumField(String content)
Creates a field which represents the "album". The field will already contain the given content. |
protected TagField |
GenericTag.createArtistField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createArtistField(String content)
Creates a field which represents the "artist". The field will already contain the given content. |
protected TagField |
GenericTag.createCommentField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createCommentField(String content)
Creates a field which represents the "comment". The field will already contain the given content. |
protected TagField |
GenericTag.createGenreField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createGenreField(String content)
Creates a field which represents the "genre". The field will already contain the given content. |
protected TagField |
GenericTag.createTitleField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createTitleField(String content)
Creates a field which represents the "title". The field will already contain the given content. |
protected TagField |
GenericTag.createTrackField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createTrackField(String content)
Creates a field which represents the "track". The field will already contain the given content. |
protected TagField |
GenericTag.createYearField(String content)
(overridden) |
protected abstract TagField |
AbstractTag.createYearField(String content)
Creates a field which represents the "year". The field will already contain the given content. |
Methods in entagged.audioformats.generic with parameters of type TagField | |
---|---|
void |
AbstractTag.add(TagField field)
(overridden) |
void |
TagField.copyContent(TagField field)
This method copies the data of the given filed to the current data. |
void |
AbstractTag.set(TagField field)
(overridden) |
Uses of TagField in entagged.audioformats.mp3 |
---|
Methods in entagged.audioformats.mp3 that return TagField | |
---|---|
protected TagField |
Id3v2Tag.createAlbumField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createArtistField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createCommentField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createGenreField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createTitleField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createTrackField(String content)
(overridden) |
protected TagField |
Id3v2Tag.createYearField(String content)
(overridden) |
Uses of TagField in entagged.audioformats.mp3.util.id3frames |
---|
Classes in entagged.audioformats.mp3.util.id3frames that implement TagField | |
---|---|
class |
ApicId3Frame
|
class |
CommId3Frame
|
class |
GenericId3Frame
|
class |
Id3Frame
This class represents an ID3-Frame and provides basic information. |
class |
TextId3Frame
|
class |
TimeId3Frame
This specialization of a text field represents ID3v2 timestamp fields since 2.4. Warning: For now only the year will be processed. |
class |
UfidId3Frame
|
Methods in entagged.audioformats.mp3.util.id3frames with parameters of type TagField | |
---|---|
void |
ApicId3Frame.copyContent(TagField field)
|
void |
TextId3Frame.copyContent(TagField field)
|
void |
CommId3Frame.copyContent(TagField field)
|
void |
GenericId3Frame.copyContent(TagField field)
|
void |
UfidId3Frame.copyContent(TagField field)
|
Uses of TagField in entagged.audioformats.mp4 |
---|
Methods in entagged.audioformats.mp4 that return TagField | |
---|---|
protected TagField |
Mp4Tag.createAlbumField(String content)
|
protected TagField |
Mp4Tag.createArtistField(String content)
|
protected TagField |
Mp4Tag.createCommentField(String content)
|
protected TagField |
Mp4Tag.createGenreField(String content)
|
protected TagField |
Mp4Tag.createTitleField(String content)
|
protected TagField |
Mp4Tag.createTrackField(String content)
|
protected TagField |
Mp4Tag.createYearField(String content)
|
Uses of TagField in entagged.audioformats.mp4.util |
---|
Classes in entagged.audioformats.mp4.util that implement TagField | |
---|---|
class |
Mp4TagBinaryField
|
class |
Mp4TagCoverField
|
class |
Mp4TagField
|
class |
Mp4TagTextField
|
class |
Mp4TagTextNumberField
|
Methods in entagged.audioformats.mp4.util with parameters of type TagField | |
---|---|
void |
Mp4TagTextField.copyContent(TagField field)
|
void |
Mp4TagBinaryField.copyContent(TagField field)
|
Uses of TagField in entagged.audioformats.ogg |
---|
Methods in entagged.audioformats.ogg that return TagField | |
---|---|
protected TagField |
OggTag.createAlbumField(String content)
|
protected TagField |
OggTag.createArtistField(String content)
|
protected TagField |
OggTag.createCommentField(String content)
|
protected TagField |
OggTag.createGenreField(String content)
|
protected TagField |
OggTag.createTitleField(String content)
|
protected TagField |
OggTag.createTrackField(String content)
|
protected TagField |
OggTag.createYearField(String content)
|
Uses of TagField in entagged.audioformats.ogg.util |
---|
Classes in entagged.audioformats.ogg.util that implement TagField | |
---|---|
class |
OggTagField
This class encapsulates the name and content of a tag entry in ogg-files. |
Methods in entagged.audioformats.ogg.util with parameters of type TagField | |
---|---|
void |
OggTagField.copyContent(TagField field)
(overridden) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |