Uses of Class
org.gagravarr.ogg.OggFile

Packages that use OggFile
org.gagravarr.flac   
org.gagravarr.ogg   
org.gagravarr.vorbis   
 

Uses of OggFile in org.gagravarr.flac
 

Methods in org.gagravarr.flac that return OggFile
 OggFile FlacOggFile.getOggFile()
          Returns the underlying Ogg File instance
 

Methods in org.gagravarr.flac with parameters of type OggFile
static FlacFile FlacFile.open(OggFile ogg)
          Opens the given file for reading
 

Constructors in org.gagravarr.flac with parameters of type OggFile
FlacOggFile(OggFile ogg)
          Opens the given file for reading
 

Uses of OggFile in org.gagravarr.ogg
 

Constructors in org.gagravarr.ogg with parameters of type OggFile
OggPacketWriter(OggFile parentFile, int sid)
           
 

Uses of OggFile in org.gagravarr.vorbis
 

Methods in org.gagravarr.vorbis that return OggFile
 OggFile VorbisFile.getOggFile()
          Returns the underlying Ogg File instance
 

Constructors in org.gagravarr.vorbis with parameters of type OggFile
VorbisFile(OggFile ogg)
          Opens the given file for reading
 



Copyright © 2012. All Rights Reserved.