Click or drag to resize

LinuxNativeApiCreateMicrophone Method

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

Parameters

instance
Type: SystemIntPtr
callback
Type: Ozeki.CommonLinuxNativeApiWaveInAvailableDelegate
sampleRate
Type: SystemInt32
numChannels
Type: SystemInt32
deviceId
Type: SystemInt32

Return Value

Type: Int32
See Also