#include <wvoggvorbis.h>
Inherits WvOggVorbisEncoder::BitrateSpec.
Collaboration diagram for WvOggVorbisEncoder::VBRBitrate:
Definition at line 77 of file wvoggvorbis.h.
Public Member Functions | |
| VBRBitrate (long nominal) | |
| Creates a bitrate specification. | |
| VBRBitrate (long max, long nominal, long min) | |
| Creates a bitrate specification. | |
Protected Types | |
| enum | Mode { VBR_QUALITY, VBR_BITRATE } |
Protected Attributes | |
| Mode | mode |
| float | quality_index |
| long | max_bitrate |
| long | nominal_bitrate |
| long | min_bitrate |
|
|
Definition at line 43 of file wvoggvorbis.h. |
|
|
Creates a bitrate specification. "nominal" is the nominal bitrate Definition at line 84 of file wvoggvorbis.h. |
|
||||||||||||||||
|
Creates a bitrate specification. "max" is the maximum bitrate "nominal" is the nominal bitrate "min" is the minimum bitrate Definition at line 96 of file wvoggvorbis.h. References min. |
|
|
Definition at line 46 of file wvoggvorbis.h. Referenced by WvOggVorbisEncoder::WvOggVorbisEncoder(). |
|
|
Definition at line 48 of file wvoggvorbis.h. Referenced by WvOggVorbisEncoder::WvOggVorbisEncoder(). |
|
|
Definition at line 44 of file wvoggvorbis.h. Referenced by WvOggVorbisEncoder::WvOggVorbisEncoder(). |
|
|
Definition at line 47 of file wvoggvorbis.h. Referenced by WvOggVorbisEncoder::WvOggVorbisEncoder(). |
|
|
Definition at line 45 of file wvoggvorbis.h. Referenced by WvOggVorbisEncoder::WvOggVorbisEncoder(). |
1.3.6-20040222