#include <wvoggvorbis.h>
Inheritance diagram for WvOggVorbisEncoder::BitrateSpec:
Identifies a particular bitrate control mechanism. Use one of the subclasses to initialize a suitable BitrateSpec.
Protected Types | |
enum | Mode { VBR_QUALITY, VBR_BITRATE } |
Protected Member Functions | |
BitrateSpec (Mode mode) | |
Protected Attributes | |
Mode | mode |
float | quality_index |
long | max_bitrate |
long | nominal_bitrate |
long | min_bitrate |
Friends | |
class | WvOggVorbisEncoder |