SpeexPreprocessor Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SpeexPreprocessor(
int frameSize,
WaveFormat format
)
Public Sub New (
frameSize As Integer,
format As WaveFormat
)
public:
SpeexPreprocessor(
int frameSize,
WaveFormat^ format
)
new :
frameSize : int *
format : WaveFormat -> SpeexPreprocessor
Parameters
- frameSize Int32
-
- format WaveFormat
-
See Also