Click or drag to resize

NativeAPICreateAEC Method

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

Parameters

instance
Type: SystemIntPtr
frameSize
Type: SystemInt32
filterLength
Type: SystemInt32
samplerate
Type: SystemInt32
mic_channels
Type: SystemInt32
speaker_channels
Type: SystemInt32

Return Value

Type: Int32
See Also