TeamTalk 5 .NET DLL
Version 5.11A
|
Configure the audio preprocessor specified by nPreprocessor
.
More...
Public Attributes | |
AudioPreprocessorType | nPreprocessor |
The audio preprocessor to use in the union of audio preprocessors. More... | |
SpeexDSP | speexdsp |
Used when nPreprocessor is AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR. More... | |
TTAudioPreprocessor | ttpreprocessor |
Used when nPreprocessor is AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR. More... | |
WebRTCAudioPreprocessor | webrtc |
Used when nPreprocessor is AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR. More... | |
Configure the audio preprocessor specified by nPreprocessor
.
Definition at line 1467 of file TeamTalk.cs.
AudioPreprocessorType BearWare.AudioPreprocessor.nPreprocessor |
The audio preprocessor to use in the union of audio preprocessors.
Definition at line 1471 of file TeamTalk.cs.
SpeexDSP BearWare.AudioPreprocessor.speexdsp |
Used when nPreprocessor
is AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR.
Definition at line 1474 of file TeamTalk.cs.
TTAudioPreprocessor BearWare.AudioPreprocessor.ttpreprocessor |
Used when nPreprocessor
is AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR.
Definition at line 1477 of file TeamTalk.cs.
WebRTCAudioPreprocessor BearWare.AudioPreprocessor.webrtc |
Used when nPreprocessor
is AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR.
Definition at line 1480 of file TeamTalk.cs.