|
TeamTalk 5 Java DLL Version 5.19A
|
Configure the audio preprocessor specified by nPreprocessor.
More...
Public Attributes | |
| AudioPreprocessorType | nPreprocessor |
| The audio preprocessor to use in the union of audio preprocessors. | |
| SpeexDSP | speexdsp |
Used when nPreprocessor is BearWare.AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR. | |
| TTAudioPreprocessor | ttpreprocessor |
Used when nPreprocessor is BearWare.AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR. | |
| WebRTCAudioPreprocessor | webrtc |
Used when nPreprocessor is BearWare.AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR. | |
Configure the audio preprocessor specified by nPreprocessor.
Definition at line 1437 of file TeamTalk.cs.
| AudioPreprocessorType BearWare.AudioPreprocessor.nPreprocessor |
The audio preprocessor to use in the union of audio preprocessors.
Definition at line 1441 of file TeamTalk.cs.
| SpeexDSP BearWare.AudioPreprocessor.speexdsp |
Used when nPreprocessor is BearWare.AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR.
Definition at line 1444 of file TeamTalk.cs.
| TTAudioPreprocessor BearWare.AudioPreprocessor.ttpreprocessor |
Used when nPreprocessor is BearWare.AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR.
Definition at line 1447 of file TeamTalk.cs.
| WebRTCAudioPreprocessor BearWare.AudioPreprocessor.webrtc |
Used when nPreprocessor is BearWare.AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR.
Definition at line 1450 of file TeamTalk.cs.