TeamTalk 5 .NET DLL Version 5.15A
|
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 1472 of file TeamTalk.cs.
AudioPreprocessorType BearWare.AudioPreprocessor.nPreprocessor |
The audio preprocessor to use in the union of audio preprocessors.
Definition at line 1476 of file TeamTalk.cs.
SpeexDSP BearWare.AudioPreprocessor.speexdsp |
Used when nPreprocessor
is BearWare.AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR.
Definition at line 1479 of file TeamTalk.cs.
TTAudioPreprocessor BearWare.AudioPreprocessor.ttpreprocessor |
Used when nPreprocessor
is BearWare.AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR.
Definition at line 1482 of file TeamTalk.cs.
WebRTCAudioPreprocessor BearWare.AudioPreprocessor.webrtc |
Used when nPreprocessor
is BearWare.AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR.
Definition at line 1485 of file TeamTalk.cs.