Uses of Class
org.gagravarr.ogg.OggPacketReader

Packages that use OggPacketReader
org.gagravarr.flac   
org.gagravarr.ogg   
org.gagravarr.vorbis   
org.gagravarr.vorbis.tools   
 

Uses of OggPacketReader in org.gagravarr.flac
 

Constructors in org.gagravarr.flac with parameters of type OggPacketReader
FlacOggFile(OggPacketReader r)
          Loads a Vorbis File from the given packet reader.
 

Uses of OggPacketReader in org.gagravarr.ogg
 

Methods in org.gagravarr.ogg that return OggPacketReader
 OggPacketReader OggFile.getPacketReader()
          Returns a reader that will allow you to read packets from the file, across all Logical Bit Streams, in the order that they occur.
 

Uses of OggPacketReader in org.gagravarr.vorbis
 

Constructors in org.gagravarr.vorbis with parameters of type OggPacketReader
VorbisFile(OggPacketReader r)
          Loads a Vorbis File from the given packet reader.
 

Uses of OggPacketReader in org.gagravarr.vorbis.tools
 

Subclasses of OggPacketReader in org.gagravarr.vorbis.tools
protected static class VorbisInfoTool.InfoPacketReader
           
 



Copyright © 2012. All Rights Reserved.