TeamTalk 5 .NET DLL
Version 5.11A
|
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. More... | |
const int | SPEEX_BANDMODE_WIDE = 1 |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 16 KHz. More... | |
const int | SPEEX_BANDMODE_UWIDE = 2 |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 32 KHz. More... | |
const int | SPEEX_QUALITY_MIN = 0 |
The minimum quality for Speex codec. More... | |
const int | SPEEX_QUALITY_MAX = 10 |
The maximum quality for Speex codec. More... | |
const int | SPEEX_NB_MIN_BITRATE = 2150 |
The minimum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 0. More... | |
const int | SPEEX_NB_MAX_BITRATE = 24600 |
The maximum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 10. More... | |
const int | SPEEX_WB_MIN_BITRATE = 3950 |
The minimum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 0. More... | |
const int | SPEEX_WB_MAX_BITRATE = 42200 |
The maximum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 10. More... | |
const int | SPEEX_UWB_MIN_BITRATE = 4150 |
The minimum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 0. More... | |
const int | SPEEX_UWB_MAX_BITRATE = 44000 |
The maximum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 10. More... | |
const int | DEFAULT_SPEEX_BANDMODE = 1 |
Default Speex bandmode for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const int | DEFAULT_SPEEX_QUALITY = 4 |
Default Speex quality for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const int | DEFAULT_SPEEX_DELAY = 40 |
Default Speex delay for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const bool | DEFAULT_SPEEX_SIMSTEREO = false |
Default Speex stereo playback for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const int | DEFAULT_SPEEX_BITRATE = 0 |
Default Speex bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const int | DEFAULT_SPEEX_MAXBITRATE = 0 |
Default Speex max bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
const bool | DEFAULT_SPEEX_DTX = true |
Default Speex DTX for BearWare.SpeexCodec or BearWare.SpeexVBRCodec. More... | |
Speex constants for BearWare.SpeexCodec and BearWare.SpeexVBRCodec.
Definition at line 981 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 8 KHz.
Definition at line 984 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 16 KHz.
Definition at line 986 of file TeamTalk.cs.
|
static |
Use BearWare.SpeexCodec or BearWare.SpeexVBRCodec as 32 KHz.
Definition at line 988 of file TeamTalk.cs.
|
static |
The minimum quality for Speex codec.
Definition at line 990 of file TeamTalk.cs.
|
static |
The maximum quality for Speex codec.
Definition at line 992 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 0.
Definition at line 995 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 8 KHz mode, i.e. quality set to 10.
Definition at line 998 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 0.
Definition at line 1001 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 16 KHz mode, i.e. quality set to 10.
Definition at line 1004 of file TeamTalk.cs.
|
static |
The minimum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 0.
Definition at line 1007 of file TeamTalk.cs.
|
static |
The maximum bitrate for Speex codec in 32 KHz mode, i.e. quality set to 10.
Definition at line 1010 of file TeamTalk.cs.
|
static |
Default Speex bandmode for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1013 of file TeamTalk.cs.
|
static |
Default Speex quality for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1016 of file TeamTalk.cs.
|
static |
Default Speex delay for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1019 of file TeamTalk.cs.
|
static |
Default Speex stereo playback for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1022 of file TeamTalk.cs.
|
static |
Default Speex bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1025 of file TeamTalk.cs.
|
static |
Default Speex max bitrate for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1028 of file TeamTalk.cs.
|
static |
Default Speex DTX for BearWare.SpeexCodec or BearWare.SpeexVBRCodec.
Definition at line 1031 of file TeamTalk.cs.