Package | Description |
---|---|
org.gagravarr.vorbis |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static VorbisPacket |
VorbisPacketFactory.create(OggPacket packet)
Creates the appropriate
VorbisPacket
instance based on the type. |
Copyright © 2015. All rights reserved.