LinuxNativeApiResamplerProcess Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static uint ResamplerProcess(
IntPtr instance,
uint channelID,
short[] input,
uint inLength,
out IntPtr output,
uint outLength
)
Public Shared Function ResamplerProcess (
instance As IntPtr,
channelID As UInteger,
input As Short(),
inLength As UInteger,
<OutAttribute> ByRef output As IntPtr,
outLength As UInteger
) As UInteger
public:
static unsigned int ResamplerProcess(
IntPtr instance,
unsigned int channelID,
array<short>^ input,
unsigned int inLength,
[OutAttribute] IntPtr% output,
unsigned int outLength
)
static member ResamplerProcess :
instance : IntPtr *
channelID : uint32 *
input : int16[] *
inLength : uint32 *
output : IntPtr byref *
outLength : uint32 -> uint32
Parameters
- instance IntPtr
-
- channelID UInt32
-
- input Int16
-
- inLength UInt32
-
- output IntPtr
-
- outLength UInt32
-
Return Value
UInt32
See Also