TeamTalk 5 Java DLL Version 5.13A
|
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 #AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR. | |
TTAudioPreprocessor | ttpreprocessor |
Used when nPreprocessor is #AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR. | |
WebRTCAudioPreprocessor | webrtc |
Used when nPreprocessor is #AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR. | |
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.