Uses of Class
org.jaudiotagger.tag.vorbiscomment.VorbisCommentTag

Packages that use VorbisCommentTag
org.jaudiotagger.tag.flac   
org.jaudiotagger.tag.vorbiscomment   
 

Uses of VorbisCommentTag in org.jaudiotagger.tag.flac
 

Fields in org.jaudiotagger.tag.flac declared as VorbisCommentTag
private  VorbisCommentTag FlacTag.tag
           
 

Methods in org.jaudiotagger.tag.flac that return VorbisCommentTag
 VorbisCommentTag FlacTag.getVorbisCommentTag()
           
 

Constructors in org.jaudiotagger.tag.flac with parameters of type VorbisCommentTag
FlacTag(VorbisCommentTag tag, java.util.List<MetadataBlockDataPicture> images)
           
 

Uses of VorbisCommentTag in org.jaudiotagger.tag.vorbiscomment
 

Methods in org.jaudiotagger.tag.vorbiscomment that return VorbisCommentTag
static VorbisCommentTag VorbisCommentTag.createNewTag()
          Use to construct a new tag properly initialized
 VorbisCommentTag VorbisCommentReader.read(byte[] rawdata, boolean isFramingBit)