TeamTalk 5 .NET DLL Version 5.15A
|
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. | |
int | 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 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 1602 of file TeamTalk.cs.
BearWare.AudioConfig.AudioConfig | ( | bool | set_defaults | ) |
Definition at line 1611 of file TeamTalk.cs.
bool BearWare.AudioConfig.bEnableAGC |
Users should enable automatic gain control.
Definition at line 1606 of file TeamTalk.cs.
int BearWare.AudioConfig.nGainLevel |
Reference gain level to be used by all users.
Definition at line 1609 of file TeamTalk.cs.