Class Summary |
AbstractTag |
This class is the default implementation for
Tag and introduces some more useful
functionality to be implemented.
|
AbstractTagCreator |
Abstract class for creating the raw content that represents the tag so it can be written
to file. |
AudioFileModificationAdapter |
Adapter for
entagged.audioformats.generic.AudioFileModificationListener . |
AudioFileReader |
|
AudioFileWriter |
This abstract class is the skeleton for tag writers. |
GenericAudioHeader |
This class represents a structure for storing and retrieving information
about the codec respectively the encoding parameters.
Most of the parameters are available for nearly each audio format. |
GenericTag |
This is a complete example implementation of
AbstractTag .
The identifiers of commonly used fields is defined by GenericTag.keys .
|
ModificationHandler |
This class multicasts the events to multiple listener instances.
Additionally the Vetos are handled. |
Utils |
Contains various frequently used static functions in the different tag
formats |