Uses of Interface
entagged.audioformats.generic.TagTextField

Packages that use TagTextField
entagged.audioformats.ape.util   
entagged.audioformats.asf.util   
entagged.audioformats.mp3.util.id3frames   
entagged.audioformats.mp4.util   
entagged.audioformats.ogg.util   
 

Uses of TagTextField in entagged.audioformats.ape.util
 

Classes in entagged.audioformats.ape.util that implement TagTextField
 class ApeTagTextField
           
 

Uses of TagTextField in entagged.audioformats.asf.util
 

Classes in entagged.audioformats.asf.util that implement TagTextField
 class AsfCopyrightField
          This class represents the copyright field of asf files.
 

Methods in entagged.audioformats.asf.util that return TagTextField
static TagTextField AsfCopyrightField.getCopyright(Tag tag)
          This method should help programmers to extract the copyright field out of asf files.
 

Uses of TagTextField in entagged.audioformats.mp3.util.id3frames
 

Classes in entagged.audioformats.mp3.util.id3frames that implement TagTextField
 class ApicId3Frame
           
 class CommId3Frame
           
 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.
 

Uses of TagTextField in entagged.audioformats.mp4.util
 

Classes in entagged.audioformats.mp4.util that implement TagTextField
 class Mp4TagTextField
           
 class Mp4TagTextNumberField
           
 

Uses of TagTextField in entagged.audioformats.ogg.util
 

Classes in entagged.audioformats.ogg.util that implement TagTextField
 class OggTagField
          This class encapsulates the name and content of a tag entry in ogg-files.
 



Copyright © 2007-2008. All Rights Reserved.