|
TeamTalk 5 .NET DLL Version 5.18A
|
Configuration of WebRTC's gain controller 2 for AGC. More...
Classes | |
| struct | AdaptiveDigital |
| Configuration for fine tuning gain level. More... | |
| struct | FixedDigital |
Gain level for AGC. Only active when bEnable is true. More... | |
Public Attributes | |
| bool | bEnable |
| Enable WebRTC's fixed digital gain. WebRTC's automatic gain control (AGC) | |
| FixedDigital | fixeddigital |
| AdaptiveDigital | adaptivedigital |
Configuration of WebRTC's gain controller 2 for AGC.
Definition at line 1316 of file TeamTalk.cs.
| bool BearWare.WebRTCAudioPreprocessor.GainController2.bEnable |
Enable WebRTC's fixed digital gain. WebRTC's automatic gain control (AGC)
Definition at line 1320 of file TeamTalk.cs.
| FixedDigital BearWare.WebRTCAudioPreprocessor.GainController2.fixeddigital |
Definition at line 1330 of file TeamTalk.cs.
| AdaptiveDigital BearWare.WebRTCAudioPreprocessor.GainController2.adaptivedigital |
Definition at line 1350 of file TeamTalk.cs.