TeamTalk 5 .NET DLL
Version 5.11A
|
Audio configuration for clients in a channel. More...
Public Member Functions | |
AudioConfig (bool set_defaults) | |
Public Attributes | |
bool | bEnableAGC |
Users should enable automatic gain control. More... | |
int | 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 BearWare.Channel.
The audio configuration only supports same audio level for all users by manually converting the values to the BearWare.AudioPreprocessor preprocessor.
Definition at line 1597 of file TeamTalk.cs.
BearWare.AudioConfig.AudioConfig | ( | bool | set_defaults | ) |
Definition at line 1606 of file TeamTalk.cs.
bool BearWare.AudioConfig.bEnableAGC |
Users should enable automatic gain control.
Definition at line 1601 of file TeamTalk.cs.
int BearWare.AudioConfig.nGainLevel |
Reference gain level to be used by all users.
Definition at line 1604 of file TeamTalk.cs.