TeamTalk 4 .NET DLL  Version 4.5A
BearWare.SoundLevel Struct Reference

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...
 

Detailed Description

An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices.

Member Data Documentation

const int BearWare.SoundLevel.SOUND_VU_MAX = 20
const int BearWare.SoundLevel.SOUND_VU_MIN = 0
const int BearWare.SoundLevel.SOUND_VOLUME_MAX = 255
const int BearWare.SoundLevel.SOUND_VOLUME_MIN = 0
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.

See Also
BearWare.TeamTalk4.SetSoundInputGainLevel
BearWare.TeamTalk4.GetSoundInputGainLevel
BearWare.TeamTalk4.SetUserGainLevel
BearWare.TeamTalk4.GetUserGainLevel
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.

See Also
BearWare.TeamTalk4.SetSoundInputGainLevel
BearWare.TeamTalk4.GetSoundInputGainLevel
BearWare.TeamTalk4.SetUserGainLevel
BearWare.TeamTalk4.GetUserGainLevel
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.

See Also
BearWare.TeamTalk4.SetSoundInputGainLevel
BearWare.TeamTalk4.GetSoundInputGainLevel
BearWare.TeamTalk4.SetUserGainLevel
BearWare.TeamTalk4.GetUserGainLevel