TeamTalk 5 Java DLL Version 5.12A
Loading...
Searching...
No Matches
BearWare.AudioPreprocessor Struct Reference

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...
 

Detailed Description

Configure the audio preprocessor specified by nPreprocessor.

Definition at line 1467 of file TeamTalk.cs.

Member Data Documentation

◆ nPreprocessor

AudioPreprocessorType BearWare.AudioPreprocessor.nPreprocessor

The audio preprocessor to use in the union of audio preprocessors.

Definition at line 1471 of file TeamTalk.cs.

◆ speexdsp

SpeexDSP BearWare.AudioPreprocessor.speexdsp

Used when nPreprocessor is #AudioPreprocessorType.SPEEXDSP_AUDIOPREPROCESSOR.

Definition at line 1474 of file TeamTalk.cs.

◆ ttpreprocessor

TTAudioPreprocessor BearWare.AudioPreprocessor.ttpreprocessor

Used when nPreprocessor is #AudioPreprocessorType.TEAMTALK_AUDIOPREPROCESSOR.

Definition at line 1477 of file TeamTalk.cs.

◆ webrtc

WebRTCAudioPreprocessor BearWare.AudioPreprocessor.webrtc

Used when nPreprocessor is #AudioPreprocessorType.WEBRTC_AUDIOPREPROCESSOR.

Definition at line 1480 of file TeamTalk.cs.