Click or drag to resize

LinuxNativeApiResamplerProcess Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static uint ResamplerProcess(
	IntPtr instance,
	uint channelID,
	short[] input,
	uint inLength,
	out IntPtr output,
	uint outLength
)

Parameters

instance
Type: SystemIntPtr
channelID
Type: SystemUInt32
input
Type: SystemInt16
inLength
Type: SystemUInt32
output
Type: SystemIntPtr
outLength
Type: SystemUInt32

Return Value

Type: UInt32
See Also