Uses of Class
org.gagravarr.vorbis.VorbisPacket

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

Uses of VorbisPacket in org.gagravarr.flac
 

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

Uses of VorbisPacket in org.gagravarr.vorbis
 

Subclasses of VorbisPacket 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 VorbisSetup
          Includes extensive CODEC setup information as well as the complete VQ and Huffman codebooks needed for decode
 

Methods in org.gagravarr.vorbis that return VorbisPacket
static VorbisPacket VorbisPacket.create(OggPacket packet)
          Creates the appropriate VorbisPacket instance based on the type.
 



Copyright © 2012. All Rights Reserved.