Click or drag to resize

NativeAPICreateAEC Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static int CreateAEC(
	out IntPtr instance,
	int frameSize,
	int filterLength,
	int samplerate,
	int mic_channels,
	int speaker_channels
)

Parameters

instance  IntPtr
 
frameSize  Int32
 
filterLength  Int32
 
samplerate  Int32
 
mic_channels  Int32
 
speaker_channels  Int32
 

Return Value

Int32
See Also