#include <wvspeex.h>
Inheritance diagram for WvSpeex::CBRBitrate:
The encoder may adjust the bitrate according to internal constraints, but guarantees that it will not select a bitrate larger than that specified here.
Public Types | |
| enum | Mode { VBR_QUALITY, CBR_QUALITY, CBR_BITRATE } |
Public Member Functions | |
| CBRBitrate (int nominal) | |
| Creates a bitrate specification. | |
Public Attributes | |
| Mode | mode |
| float | quality_index |
| int | nominal_bitrate |
|
|
Creates a bitrate specification. "nominal" is the nominal bitrate |
1.4.2