Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.vorbis |
Modifier and Type | Class and Description |
---|---|
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. |
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 |
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 © 2015. All rights reserved.