TeamTalk 5 .NET DLL Version 5.12A
BearWare.WebRTCAudioPreprocessor.Preamplifier Struct Reference

Configuration of WebRTC pre-amplifier. More...

Public Attributes

bool bEnable
 Enable pre-amplifier. Replacement for TT_SetSoundInputGainLevel() More...
 
float fFixedGainFactor
 Gain factor. Default: 1. More...
 

Detailed Description

Configuration of WebRTC pre-amplifier.

Definition at line 1271 of file TeamTalk.cs.

Member Data Documentation

◆ bEnable

bool BearWare.WebRTCAudioPreprocessor.Preamplifier.bEnable

Enable pre-amplifier. Replacement for TT_SetSoundInputGainLevel()

Definition at line 1275 of file TeamTalk.cs.

◆ fFixedGainFactor

float BearWare.WebRTCAudioPreprocessor.Preamplifier.fFixedGainFactor

Gain factor. Default: 1.

Definition at line 1277 of file TeamTalk.cs.