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
 

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
 VorbisCommentTag VorbisCommentReader.read(byte[] rawdata, boolean isFramingBit)