SpeexPreprocessor Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- format
- Type: WaveFormat
See Also