|
TeamTalk 5 C-API DLL Version 5.22A
|
Configure the audio preprocessor specified by nPreprocessor.
More...
#include <TeamTalk.h>
Public Attributes | |
| AudioPreprocessorType | nPreprocessor |
| The audio preprocessor to use in the union of audio preprocessors. | |
| union { | |
| SpeexDSP speexdsp | |
Used when nPreprocessor is SPEEXDSP_AUDIOPREPROCESSOR. More... | |
| TTAudioPreprocessor ttpreprocessor | |
Used when nPreprocessor is TEAMTALK_AUDIOPREPROCESSOR. More... | |
| WebRTCAudioPreprocessor webrtc | |
Used when nPreprocessor is WEBRTC_AUDIOPREPROCESSOR. More... | |
| }; | |
Configure the audio preprocessor specified by nPreprocessor.
Definition at line 1406 of file TeamTalk.h.
| AudioPreprocessorType AudioPreprocessor::nPreprocessor |
The audio preprocessor to use in the union of audio preprocessors.
Definition at line 1409 of file TeamTalk.h.
| SpeexDSP AudioPreprocessor::speexdsp |
Used when nPreprocessor is SPEEXDSP_AUDIOPREPROCESSOR.
Definition at line 1413 of file TeamTalk.h.
| TTAudioPreprocessor AudioPreprocessor::ttpreprocessor |
Used when nPreprocessor is TEAMTALK_AUDIOPREPROCESSOR.
Definition at line 1415 of file TeamTalk.h.
| WebRTCAudioPreprocessor AudioPreprocessor::webrtc |
Used when nPreprocessor is WEBRTC_AUDIOPREPROCESSOR.
Definition at line 1417 of file TeamTalk.h.
| union { ... } AudioPreprocessor |