Uses of Class
org.gagravarr.vorbis.VorbisComments

Packages that use VorbisComments
org.gagravarr.flac   
org.gagravarr.tika   
org.gagravarr.vorbis   
 

Uses of VorbisComments in org.gagravarr.flac
 

Subclasses of VorbisComments in org.gagravarr.flac
 class FlacTags
          This is a VorbisComments with a Flac metadata block header, rather than the usual vorbis one.
 

Uses of VorbisComments in org.gagravarr.tika
 

Methods in org.gagravarr.tika with parameters of type VorbisComments
protected static void VorbisParser.extractComments(org.apache.tika.metadata.Metadata metadata, org.apache.tika.sax.XHTMLContentHandler xhtml, VorbisComments comments)
           
 

Uses of VorbisComments in org.gagravarr.vorbis
 

Methods in org.gagravarr.vorbis that return VorbisComments
 VorbisComments VorbisFile.getComment()
           
 

Constructors in org.gagravarr.vorbis with parameters of type VorbisComments
VorbisFile(OutputStream out, int sid, VorbisInfo info, VorbisComments comments, VorbisSetup setup)
          Opens for writing, based on the settings from a pre-read file, with a specific Steam ID (SID).
VorbisFile(OutputStream out, VorbisInfo info, VorbisComments comments, VorbisSetup setup)
          Opens for writing, based on the settings from a pre-read file.
 



Copyright © 2012. All Rights Reserved.