#include <wvspeex.h>
Inheritance diagram for WvSpeex::CBRQuality:
Definition at line 101 of file wvspeex.h.
Public Types | |
| VBR_QUALITY | |
| CBR_QUALITY | |
| CBR_BITRATE | |
| enum | Mode { VBR_QUALITY, CBR_QUALITY, CBR_BITRATE } |
Public Member Functions | |
| CBRQuality (float quality) | |
| Creates a bitrate specification. | |
Public Attributes | |
| Mode | mode |
| float | quality_index |
| int | nominal_bitrate |
| WvSpeex::CBRQuality::CBRQuality | ( | float | quality | ) | [inline] |
Creates a bitrate specification.
"bitrate" is the fixed bitrate
Definition at line 108 of file wvspeex.h.
References WvSpeex::BitrateSpec::quality_index.
1.4.7