TeamTalk 5 C-API DLL
Version 5.14A
|
Audio configuration for clients in a channel. More...
#include <TeamTalk.h>
Public Attributes | |
TTBOOL | bEnableAGC |
Users should enable automatic gain control. More... | |
INT32 | nGainLevel |
Reference gain level to be used by all users. More... | |
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 1526 of file TeamTalk.h.
TTBOOL AudioConfig::bEnableAGC |
Users should enable automatic gain control.
Definition at line 1529 of file TeamTalk.h.
INT32 AudioConfig::nGainLevel |
Reference gain level to be used by all users.
Definition at line 1531 of file TeamTalk.h.