NativeAPICreateAEC Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- 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