Uses of Package
org.jaudiotagger.audio.generic

Packages that use org.jaudiotagger.audio.generic
org.jaudiotagger.audio   
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.asf.tag   
org.jaudiotagger.audio.flac   
org.jaudiotagger.audio.generic   
org.jaudiotagger.audio.mp3   
org.jaudiotagger.audio.mp4   
org.jaudiotagger.audio.ogg   
org.jaudiotagger.audio.ogg.util   
org.jaudiotagger.audio.real   
org.jaudiotagger.audio.wav   
org.jaudiotagger.audio.wav.util   
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.vorbiscomment   
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio
AudioFileModificationListener
          Classes implementing this interface will be notified on audio file's modifications.

AudioFileReader
           
AudioFileWriter
          This abstract class is the skeleton for tag writers.
ModificationHandler
          This class multicasts the events to multiple listener instances.
Additionally the Vetos are handled.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.asf
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.asf.tag
AbstractTag
          This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.flac
AbstractTagCreator
          Abstract class for creating the raw content that represents the tag so it can be written to file.
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.generic
AbstractTag
          This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
AudioFileModificationListener
          Classes implementing this interface will be notified on audio file's modifications.

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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.mp3
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.mp4
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.ogg
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.ogg.util
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.real
AbstractTag
          This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
AudioFileReader
           
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 and it currenlty used to provide basic support to audio formats with only read tagging ability such as Real or Wav files
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.wav
AbstractTag
          This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
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 and it currenlty used to provide basic support to audio formats with only read tagging ability such as Real or Wav files
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.audio.wav.util
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.tag.mp4
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.
 

Classes in org.jaudiotagger.audio.generic used by org.jaudiotagger.tag.vorbiscomment
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.