PortAudioInteropGetDefaultMicrophone Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static int GetDefaultMicrophone(
out IntPtr name
)
Public Shared Function GetDefaultMicrophone (
<OutAttribute> ByRef name As IntPtr
) As Integer
public:
static int GetDefaultMicrophone(
[OutAttribute] IntPtr% name
)
static member GetDefaultMicrophone :
name : IntPtr byref -> int
Parameters
- name IntPtr
-
Return Value
Int32
See Also