Click or drag to resize

LinuxNativeApiResamplerCreate Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static int ResamplerCreate(
	out IntPtr instance,
	uint desiredBufferSize,
	uint numChannels,
	uint inputRate,
	uint outputRate,
	int quality
)

Parameters

instance
Type: SystemIntPtr
desiredBufferSize
Type: SystemUInt32
numChannels
Type: SystemUInt32
inputRate
Type: SystemUInt32
outputRate
Type: SystemUInt32
quality
Type: SystemInt32

Return Value

Type: Int32
See Also