#include "wvtypedencoder.h"
#include "wvstringlist.h"
#include <ogg/ogg.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisenc.h>
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WvOggVorbisEncoder |
Encodes PCM audio using the Ogg Vorbis stream format. More... | |
class | WvOggVorbisEncoder::BitrateSpec |
Bitrate specification. More... | |
class | WvOggVorbisEncoder::VBRQuality |
Specifies a variable bitrate based on a quality index ranging from 0.0 (low quality) to 1.0 (high quality). More... | |
class | WvOggVorbisEncoder::VBRBitrate |
Specifies a variable bitrate based on max, nominal, and min bitrates specified in bits per second. More... | |
class | WvOggVorbisDecoder |
Decodes PCM audio using the Ogg Vorbis stream format. More... |