PortAudioInteropGetMicrophoneDevice Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static IntPtr GetMicrophoneDevice(
int deviceId
)
Public Shared Function GetMicrophoneDevice (
deviceId As Integer
) As IntPtr
public:
static IntPtr GetMicrophoneDevice(
int deviceId
)
static member GetMicrophoneDevice :
deviceId : int -> IntPtr
Parameters
- deviceId Int32
-
Return Value
IntPtr
See Also