Uses of Class
org.gagravarr.flac.FlacInfo

Packages that use FlacInfo
org.gagravarr.flac   
org.gagravarr.tika   
 

Uses of FlacInfo in org.gagravarr.flac
 

Fields in org.gagravarr.flac declared as FlacInfo
protected  FlacInfo FlacFile.info
           
 

Methods in org.gagravarr.flac that return FlacInfo
 FlacInfo FlacFile.getInfo()
           
 FlacInfo FlacFirstOggPacket.getInfo()
           
 

Constructors in org.gagravarr.flac with parameters of type FlacInfo
FlacFirstOggPacket(FlacInfo info)
           
FlacOggFile(OutputStream out, FlacInfo info, FlacTags tags)
          Opens for writing, based on the settings from a pre-read file.
FlacOggFile(OutputStream out, int sid, FlacInfo info, FlacTags tags)
          Opens for writing, based on the settings from a pre-read file, with a specific Steam ID (SID).
 

Uses of FlacInfo in org.gagravarr.tika
 

Methods in org.gagravarr.tika with parameters of type FlacInfo
protected  void FlacParser.extractInfo(org.apache.tika.metadata.Metadata metadata, FlacInfo info)
           
 



Copyright © 2012. All Rights Reserved.