Uses of Class
org.gagravarr.ogg.HighLevelOggStreamPacket

Packages that use HighLevelOggStreamPacket
org.gagravarr.flac   
org.gagravarr.vorbis   
 

Uses of HighLevelOggStreamPacket in org.gagravarr.flac
 

Subclasses of HighLevelOggStreamPacket in org.gagravarr.flac
 class FlacFirstOggPacket
          The first Flac packet stored in an Ogg stream is special.
 class FlacTags
          This is a VorbisComments with a Flac metadata block header, rather than the usual vorbis one.
 

Uses of HighLevelOggStreamPacket in org.gagravarr.vorbis
 

Subclasses of HighLevelOggStreamPacket in org.gagravarr.vorbis
 class VorbisAudioData
          Raw, compressed audio data
 class VorbisComments
          Holds encoder information and user specified tags
 class VorbisInfo
          The identification header identifies the bitstream as Vorbis, Vorbis version, and the simple audio characteristics of the stream such as sample rate and number of channels.
 class VorbisPacket
          Parent of all Vorbis packets
 class VorbisSetup
          Includes extensive CODEC setup information as well as the complete VQ and Huffman codebooks needed for decode
 



Copyright © 2012. All Rights Reserved.