TeamTalk 4 .NET DLL
Version 4.5A
|
An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices. More...
Public Attributes | |
const int | SOUND_VU_MAX = 20 |
The maximum value of recorded audio. More... | |
const int | SOUND_VU_MIN = 0 |
The minimum value of recorded audio. More... | |
const int | SOUND_VOLUME_MAX = 255 |
The maximum volume for master volume. To gain the volume level using software call TeamTalk4.SetUserGainLevel(). More... | |
const int | SOUND_VOLUME_MIN = 0 |
The minimum volume for master volume. More... | |
const int | SOUND_GAIN_MAX = 32000 |
The maximum gain level. More... | |
const int | SOUND_GAIN_DEFAULT = 1000 |
The default gain level. More... | |
const int | SOUND_GAIN_MIN = 0 |
The minimum gain level (since it's zero it means silence). More... | |
An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices.
const int BearWare.SoundLevel.SOUND_VU_MAX = 20 |
The maximum value of recorded audio.
const int BearWare.SoundLevel.SOUND_VU_MIN = 0 |
The minimum value of recorded audio.
const int BearWare.SoundLevel.SOUND_VOLUME_MAX = 255 |
The maximum volume for master volume. To gain the volume level using software call TeamTalk4.SetUserGainLevel().
const int BearWare.SoundLevel.SOUND_VOLUME_MIN = 0 |
The minimum volume for master volume.
const int BearWare.SoundLevel.SOUND_GAIN_MAX = 32000 |
The maximum gain level.
A gain level of 32000 gains the volume by a factor 32. A gain level of SOUND_GAIN_DEFAULT means no gain.
const int BearWare.SoundLevel.SOUND_GAIN_DEFAULT = 1000 |
The default gain level.
A gain level of 1000 means no gain. Check SOUND_GAIN_MAX and SOUND_GAIN_MIN to see how to increase and lower gain level.
const int BearWare.SoundLevel.SOUND_GAIN_MIN = 0 |
The minimum gain level (since it's zero it means silence).
A gain level of 100 is 1/10 of the default volume.