Interface | Description |
---|---|
VorbisPacket |
Parent of all Vorbis packets
|
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 of a Vorbis file.
|
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.
|
VorbisPacketFactory |
Identifies the right kind of
VorbisPacket for a given
incoming OggPacket , and creates it |
VorbisSetup |
Includes extensive CODEC setup information as well as the
complete VQ and Huffman codebooks needed for decode
|
VorbisStyleComments |
General class for all Vorbis-style comments/tags, as used
by things like Vorbis, Opus and FLAC.
|
Copyright © 2015. All rights reserved.