TeamTalk 5 .NET DLL Version 5.15A
|
Speex constants for BearWare.SpeexCodec and BearWare.SpeexVBRCodec. More...
Static Public Attributes | |
const int | SPEEX_BANDMODE_NARROW = 0 |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 8 KHz. | |
const int | SPEEX_BANDMODE_WIDE = 1 |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 16 KHz. | |
const int | SPEEX_BANDMODE_UWIDE = 2 |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 32 KHz. | |
const int | SPEEX_QUALITY_MIN = 0 |
The minimum quality for Speex codec. | |
const int | SPEEX_QUALITY_MAX = 10 |
The maximum quality for Speex codec. | |
const int | SPEEX_NB_MIN_BITRATE = 2150 |
The minimum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 0. | |
const int | SPEEX_NB_MAX_BITRATE = 24600 |
The maximum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 10. | |
const int | SPEEX_WB_MIN_BITRATE = 3950 |
The minimum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 0. | |
const int | SPEEX_WB_MAX_BITRATE = 42200 |
The maximum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 10. | |
const int | SPEEX_UWB_MIN_BITRATE = 4150 |
The minimum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 0. | |
const int | SPEEX_UWB_MAX_BITRATE = 44000 |
The maximum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 10. | |
const int | DEFAULT_SPEEX_BANDMODE = 1 |
Default Speex bandmode for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const int | DEFAULT_SPEEX_QUALITY = 4 |
Default Speex quality for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const int | DEFAULT_SPEEX_DELAY = 40 |
Default Speex delay for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const bool | DEFAULT_SPEEX_SIMSTEREO = false |
Default Speex stereo playback for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const int | DEFAULT_SPEEX_BITRATE = 0 |
Default Speex bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const int | DEFAULT_SPEEX_MAXBITRATE = 0 |
Default Speex max bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
const bool | DEFAULT_SPEEX_DTX = true |
Default Speex DTX for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. | |
Speex constants for BearWare.SpeexCodec and BearWare.SpeexVBRCodec.
Definition at line 986 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 8 KHz.
Definition at line 989 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 16 KHz.
Definition at line 991 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 32 KHz.
Definition at line 993 of file TeamTalk.cs.
|
static |
The minimum quality for Speex codec.
Definition at line 995 of file TeamTalk.cs.
|
static |
The maximum quality for Speex codec.
Definition at line 997 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 0.
Definition at line 1000 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 10.
Definition at line 1003 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 0.
Definition at line 1006 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 10.
Definition at line 1009 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 0.
Definition at line 1012 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 10.
Definition at line 1015 of file TeamTalk.cs.
|
static |
Default Speex bandmode for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1018 of file TeamTalk.cs.
|
static |
Default Speex quality for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1021 of file TeamTalk.cs.
|
static |
Default Speex delay for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1024 of file TeamTalk.cs.
|
static |
Default Speex stereo playback for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1027 of file TeamTalk.cs.
|
static |
Default Speex bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1030 of file TeamTalk.cs.
|
static |
Default Speex max bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1033 of file TeamTalk.cs.
|
static |
Default Speex DTX for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1036 of file TeamTalk.cs.