|
TeamTalk 5 C-API DLL Version 5.22A
|
Audio configuration for clients in a channel. More...
#include <TeamTalk.h>
Public Attributes | |
| TTBOOL | bEnableAGC |
| Users should enable automatic gain control. | |
| INT32 | nGainLevel |
| Reference gain level to be used by all users. | |
Audio configuration for clients in a channel.
An audio configuration can be used to set common audio properties for all users in a channel. Checkout audiocfg of Channel.
The audio configuration only supports same audio level for all users by manually converting the values to the selected AudioPreprocessor.
Definition at line 1511 of file TeamTalk.h.
| TTBOOL AudioConfig::bEnableAGC |
Users should enable automatic gain control.
Definition at line 1514 of file TeamTalk.h.
| INT32 AudioConfig::nGainLevel |
Reference gain level to be used by all users.
Definition at line 1516 of file TeamTalk.h.