#include <wvspeex.h>
Inherited by WvSpeex::CBRBitrate, WvSpeex::CBRQuality, and WvSpeex::VBRQuality.
Collaboration diagram for WvSpeex::BitrateSpec:
Identifies a particular bitrate control mechanism. Use one of the subclasses to initialize a suitable BitrateSpec.
Definition at line 43 of file wvspeex.h.
Public Types | |
enum | Mode { VBR_QUALITY, CBR_QUALITY, CBR_BITRATE } |
Public Member Functions | |
BitrateSpec () | |
Public Attributes | |
Mode | mode |
float | quality_index |
int | nominal_bitrate |
Protected Member Functions | |
BitrateSpec (Mode mode) |
|
|
|
|
|
|
|
Definition at line 48 of file wvspeex.h. Referenced by WvSpeexEncoder::WvSpeexEncoder(). |
|
Definition at line 50 of file wvspeex.h. Referenced by WvSpeexEncoder::WvSpeexEncoder(). |
|
Definition at line 49 of file wvspeex.h. Referenced by WvSpeexEncoder::WvSpeexEncoder(). |