TeamTalk 5 .NET DLL Version 5.15A
|
An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices. More...
Static Public Attributes | |
const int | SOUND_VU_MAX = 100 |
The maximum value of recorded audio. | |
const int | SOUND_VU_MIN = 0 |
The minimum value of recorded audio. | |
const int | SOUND_VOLUME_MAX = 32000 |
The maximum volume. | |
const int | SOUND_VOLUME_DEFAULT = 1000 |
The default volume. Use this whenever possible since it requires the least amount of CPU usage. | |
const int | SOUND_VOLUME_MIN = 0 |
The minimum volume. | |
const int | SOUND_GAIN_MAX = 32000 |
The maximum gain level. | |
const int | SOUND_GAIN_DEFAULT = 1000 |
The default gain level. | |
const int | SOUND_GAIN_MIN = 0 |
The minimum gain level (since it's zero it means silence). | |
An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices.
Definition at line 393 of file TeamTalk.cs.
|
static |
The maximum value of recorded audio.
Definition at line 400 of file TeamTalk.cs.
|
static |
The minimum value of recorded audio.
Definition at line 406 of file TeamTalk.cs.
|
static |
The maximum volume.
Definition at line 414 of file TeamTalk.cs.
|
static |
The default volume. Use this whenever possible since it requires the least amount of CPU usage.
Definition at line 422 of file TeamTalk.cs.
|
static |
The minimum volume.
Definition at line 428 of file TeamTalk.cs.
|
static |
The maximum gain level.
A gain level of 32000 gains the volume by a factor 32. A gain level of BearWare.SoundLevel.SOUND_GAIN_DEFAULT means no gain.
Definition at line 437 of file TeamTalk.cs.
|
static |
The default gain level.
A gain level of 1000 means no gain. Check BearWare.SoundLevel.SOUND_GAIN_MAX and BearWare.SoundLevel.SOUND_GAIN_MIN to see how to increase and lower gain level.
Definition at line 447 of file TeamTalk.cs.
|
static |
The minimum gain level (since it's zero it means silence).
A gain level of 100 is 1/10 of the default volume.
Definition at line 456 of file TeamTalk.cs.