WvSpeex::VBRQuality Class Reference
#include <wvspeex.h>
List of all members.
Detailed Description
Specifies a variable bitrate based on a quality index ranging from 0.0 (low quality) to 1.0 (high quality).
Definition at line 64 of file wvspeex.h.
|
Public Types |
enum | Mode { VBR_QUALITY,
CBR_QUALITY,
CBR_BITRATE
} |
Public Member Functions |
| VBRQuality (float quality) |
| Creates a bitrate specification.
|
Public Attributes |
Mode | mode |
float | quality_index |
int | nominal_bitrate |
Constructor & Destructor Documentation
WvSpeex::VBRQuality::VBRQuality |
( |
float |
quality |
) |
[inline] |
Creates a bitrate specification.
"quality" is the quality index
Definition at line 71 of file wvspeex.h.
The documentation for this class was generated from the following file: