Click or drag to resize
PortAudioInteropResamplerProcess Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public static int ResamplerProcess(
	IntPtr instance,
	uint channelID,
	short[] input,
	uint inLength,
	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: Int32
See Also