Uses of Interface
entagged.audioformats.Tag

Packages that use Tag
entagged.audioformats   
entagged.audioformats.ape   
entagged.audioformats.ape.util   
entagged.audioformats.asf   
entagged.audioformats.asf.util   
entagged.audioformats.flac   
entagged.audioformats.flac.util   
entagged.audioformats.generic   
entagged.audioformats.mp3   
entagged.audioformats.mp3.util   
entagged.audioformats.mp4   
entagged.audioformats.mp4.util   
entagged.audioformats.mpc   
entagged.audioformats.ogg   
entagged.audioformats.ogg.util   
entagged.audioformats.wav   
 

Uses of Tag in entagged.audioformats
 

Methods in entagged.audioformats that return Tag
 Tag AudioFile.getTag()
          Returns the tag contained in this AudioFile, the Tag contains any useful meta-data, like artist, album, title, etc.
 

Methods in entagged.audioformats with parameters of type Tag
 void Tag.merge(Tag tag)
           
 

Constructors in entagged.audioformats with parameters of type Tag
AudioFile(File f, EncodingInfo info, Tag tag)
          These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
 

Uses of Tag in entagged.audioformats.ape
 

Classes in entagged.audioformats.ape that implement Tag
 class ApeTag
           
 

Methods in entagged.audioformats.ape that return Tag
protected  Tag MonkeyFileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.ape.util
 

Methods in entagged.audioformats.ape.util that return Tag
protected  Tag ApeTagCreator.getCompatibleTag(Tag tag)
           
 Tag ApeTagReader.read(RandomAccessFile raf)
           
 

Methods in entagged.audioformats.ape.util with parameters of type Tag
 void ApeTagCreator.create(Tag tag, ByteBuffer buf, List fields, int tagSize, int paddingSize)
           
protected  Tag ApeTagCreator.getCompatibleTag(Tag tag)
           
protected  int ApeTagCreator.getFixedTagLength(Tag tag)
           
 void ApeTagWriter.write(Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp)
           
 

Uses of Tag in entagged.audioformats.asf
 

Methods in entagged.audioformats.asf that return Tag
protected  Tag AsfFileReader.getTag(RandomAccessFile raf)
          (overridden)
 

Uses of Tag in entagged.audioformats.asf.util
 

Methods in entagged.audioformats.asf.util that return Tag
static Tag TagConverter.createTagOf(AsfHeader source)
          This method creates a Tagand fills it with the contents of the given AsfHeader.
 

Methods in entagged.audioformats.asf.util with parameters of type Tag
static void TagConverter.assignCommonTagValues(Tag tag, ExtendedContentDescription description)
          This method assigns those tags of tag which are defined to be common by entagged.
static void TagConverter.assignOptionalTagValues(Tag tag, ExtendedContentDescription descriptor)
          This method will add or replace all values of tag are not defined as common by entagged.
static ContentDescription TagConverter.createContentDescription(Tag tag)
          This method creates a new ContentDescriptionobject, filled with the according values of the given tag.
Warning :
Only the first values can be stored in asf files, because the content description is limited.
static ExtendedContentDescription TagConverter.createExtendedContentDescription(Tag tag)
          This method creates a new ExtendedContentDescriptionobject filled with the values of the given tag.
Since extended content description of asf files can store name-value pairs, nearly each TagFieldcan be stored whithin.
static TagTextField AsfCopyrightField.getCopyright(Tag tag)
          This method should help programmers to extract the copyright field out of asf files.
 

Uses of Tag in entagged.audioformats.flac
 

Methods in entagged.audioformats.flac that return Tag
protected  Tag FlacFileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.flac.util
 

Methods in entagged.audioformats.flac.util with parameters of type Tag
 ByteBuffer FlacTagCreator.convert(Tag tag, int paddingSize)
           
 int FlacTagCreator.getTagLength(Tag tag)
           
 void FlacTagWriter.write(Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp)
           
 

Uses of Tag in entagged.audioformats.generic
 

Classes in entagged.audioformats.generic that implement Tag
 class AbstractTag
          This class is the default implementation for Tag and introduces some more useful functionality to be implemented.
 class GenericTag
          This is a complete impelementation of AbstractTag.
The identifiers of commonly used fields is defined by GenericTag.keys.
 

Methods in entagged.audioformats.generic that return Tag
protected abstract  Tag AbstractTagCreator.getCompatibleTag(Tag tag)
           
protected abstract  Tag AudioFileReader.getTag(RandomAccessFile raf)
           
 

Methods in entagged.audioformats.generic with parameters of type Tag
protected  int AbstractTagCreator.computeTagLength(Tag tag, List l)
           
 ByteBuffer AbstractTagCreator.convert(Tag tag)
           
 ByteBuffer AbstractTagCreator.convert(Tag tag, int padding)
           
protected abstract  void AbstractTagCreator.create(Tag tag, ByteBuffer buf, List fields, int tagSize, int padding)
           
protected  List AbstractTagCreator.createFields(Tag tag)
           
protected abstract  Tag AbstractTagCreator.getCompatibleTag(Tag tag)
           
protected abstract  int AbstractTagCreator.getFixedTagLength(Tag tag)
           
 int AbstractTagCreator.getTagLength(Tag tag)
           
 void AbstractTag.merge(Tag tag)
          (overridden)
 

Uses of Tag in entagged.audioformats.mp3
 

Classes in entagged.audioformats.mp3 that implement Tag
 class Id3v1Tag
           
 class Id3v2Tag
          This class is the implementation of Tag of the ID3V2 tagging system used with MP3s.
 

Methods in entagged.audioformats.mp3 that return Tag
protected  Tag Mp3FileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.mp3.util
 

Methods in entagged.audioformats.mp3.util that return Tag
protected  Tag Id3v2TagCreator.getCompatibleTag(Tag tag)
           
 

Methods in entagged.audioformats.mp3.util with parameters of type Tag
 ByteBuffer Id3v1TagCreator.convert(Tag tag)
           
 void Id3v2TagCreator.create(Tag tag, ByteBuffer buf, List fields, int tagSize, int paddingSize)
           
protected  Tag Id3v2TagCreator.getCompatibleTag(Tag tag)
           
protected  int Id3v2TagCreator.getFixedTagLength(Tag tag)
           
 void Id3v1TagWriter.write(Tag tag, RandomAccessFile raf)
           
 void Id3v2TagWriter.write(Tag tag, RandomAccessFile raf, RandomAccessFile tempRaf)
           
 

Uses of Tag in entagged.audioformats.mp4
 

Classes in entagged.audioformats.mp4 that implement Tag
 class Mp4Tag
           
 

Methods in entagged.audioformats.mp4 that return Tag
protected  Tag Mp4FileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.mp4.util
 

Methods in entagged.audioformats.mp4.util that return Tag
protected  Tag Mp4TagCreator.getCompatibleTag(Tag tag)
           
 

Methods in entagged.audioformats.mp4.util with parameters of type Tag
protected  void Mp4TagCreator.create(Tag tag, ByteBuffer buf, List fields, int tagSize, int padding)
           
protected  Tag Mp4TagCreator.getCompatibleTag(Tag tag)
           
protected  int Mp4TagCreator.getFixedTagLength(Tag tag)
           
 

Uses of Tag in entagged.audioformats.mpc
 

Methods in entagged.audioformats.mpc that return Tag
protected  Tag MpcFileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.ogg
 

Classes in entagged.audioformats.ogg that implement Tag
 class OggTag
           
 

Methods in entagged.audioformats.ogg that return Tag
protected  Tag OggFileReader.getTag(RandomAccessFile raf)
           
 

Uses of Tag in entagged.audioformats.ogg.util
 

Methods in entagged.audioformats.ogg.util that return Tag
protected  Tag OggTagCreator.getCompatibleTag(Tag tag)
           
 Tag VorbisTagReader.read(RandomAccessFile raf)
           
 

Methods in entagged.audioformats.ogg.util with parameters of type Tag
 ByteBuffer VorbisTagCreator.convert(Tag tag)
           
 void OggTagCreator.create(Tag tag, ByteBuffer buf, List fields, int tagSize, int padding)
           
protected  Tag OggTagCreator.getCompatibleTag(Tag tag)
           
protected  int OggTagCreator.getFixedTagLength(Tag tag)
           
 void VorbisTagWriter.write(Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp)
           
 

Uses of Tag in entagged.audioformats.wav
 

Classes in entagged.audioformats.wav that implement Tag
 class WavTag
           
 

Methods in entagged.audioformats.wav that return Tag
protected  Tag WavFileReader.getTag(RandomAccessFile raf)
           
 



Copyright © 2007-2008. All Rights Reserved.