Click or drag to resize
PortAudioInteropResamplerCreate Method

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

Parameters

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

Return Value

Type: Int32
See Also