LinuxNativeApiCreateMicrophone Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static int CreateMicrophone(
out IntPtr instance,
LinuxNativeApiWaveInAvailableDelegate callback,
int sampleRate,
int numChannels,
int deviceId
)
Public Shared Function CreateMicrophone (
<OutAttribute> ByRef instance As IntPtr,
callback As LinuxNativeApiWaveInAvailableDelegate,
sampleRate As Integer,
numChannels As Integer,
deviceId As Integer
) As Integer
public:
static int CreateMicrophone(
[OutAttribute] IntPtr% instance,
LinuxNativeApiWaveInAvailableDelegate^ callback,
int sampleRate,
int numChannels,
int deviceId
)
static member CreateMicrophone :
instance : IntPtr byref *
callback : LinuxNativeApiWaveInAvailableDelegate *
sampleRate : int *
numChannels : int *
deviceId : int -> int
Parameters
- instance
- Type: SystemIntPtr
- callback
- Type: Ozeki.CommonLinuxNativeApiWaveInAvailableDelegate
- sampleRate
- Type: SystemInt32
- numChannels
- Type: SystemInt32
- deviceId
- Type: SystemInt32
Return Value
Type:
Int32
See Also