| Class | Description |
|---|---|
| VorbisAudioData |
Raw, compressed audio data
|
| VorbisComments |
Holds encoder information and user specified tags
|
| VorbisFile |
This is a wrapper around an OggFile that lets you
get at all the interesting bits
|
| 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.
|
| VorbisPacket |
Parent of all Vorbis packets
|
| VorbisSetup |
Includes extensive CODEC setup information as well as the
complete VQ and Huffman codebooks needed for decode
|
Copyright © 2014. All rights reserved.