PortAudioInteropGetDefaultMicrophone Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also