Click or drag to resize
PortAudioInteropCreateMicrophone Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public static int CreateMicrophone(
	out IntPtr instance,
	WaveInAvailableDelegate callback,
	int sampleRate,
	int numChannels,
	int deviceId
)

Parameters

instance
Type: SystemIntPtr
callback
Type: WaveInAvailableDelegate
sampleRate
Type: SystemInt32
numChannels
Type: SystemInt32
deviceId
Type: SystemInt32

Return Value

Type: Int32
See Also