Click or drag to resize

NativeAPISpeechCodecDecode Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static int SpeechCodecDecode(
	IntPtr instance,
	byte[] inData,
	int inDataLength,
	out IntPtr outData,
	out int outDataLength
)

Parameters

instance
Type: SystemIntPtr
inData
Type: SystemByte
inDataLength
Type: SystemInt32
outData
Type: SystemIntPtr
outDataLength
Type: SystemInt32

Return Value

Type: Int32
See Also