NativeAPISpeechCodecDecode Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static int SpeechCodecDecode(
IntPtr instance,
byte[] inData,
int inDataLength,
out IntPtr outData,
out int outDataLength
)
Public Shared Function SpeechCodecDecode (
instance As IntPtr,
inData As Byte(),
inDataLength As Integer,
<OutAttribute> ByRef outData As IntPtr,
<OutAttribute> ByRef outDataLength As Integer
) As Integer
public:
static int SpeechCodecDecode(
IntPtr instance,
array<unsigned char>^ inData,
int inDataLength,
[OutAttribute] IntPtr% outData,
[OutAttribute] int% outDataLength
)
static member SpeechCodecDecode :
instance : IntPtr *
inData : byte[] *
inDataLength : int *
outData : IntPtr byref *
outDataLength : int byref -> int
Parameters
- instance
- Type: SystemIntPtr
- inData
- Type: SystemByte
- inDataLength
- Type: SystemInt32
- outData
- Type: SystemIntPtr
- outDataLength
- Type: SystemInt32
Return Value
Type:
Int32
See Also