NativeAPICreateAEC Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static int CreateAEC(
out IntPtr instance,
int frameSize,
int filterLength,
int samplerate,
int mic_channels,
int speaker_channels
)
Public Shared Function CreateAEC (
<OutAttribute> ByRef instance As IntPtr,
frameSize As Integer,
filterLength As Integer,
samplerate As Integer,
mic_channels As Integer,
speaker_channels As Integer
) As Integer
public:
static int CreateAEC(
[OutAttribute] IntPtr% instance,
int frameSize,
int filterLength,
int samplerate,
int mic_channels,
int speaker_channels
)
static member CreateAEC :
instance : IntPtr byref *
frameSize : int *
filterLength : int *
samplerate : int *
mic_channels : int *
speaker_channels : int -> int
Parameters
- instance IntPtr
-
- frameSize Int32
-
- filterLength Int32
-
- samplerate Int32
-
- mic_channels Int32
-
- speaker_channels Int32
-
Return Value
Int32
See Also