MicrophoneGetDefaultDevice Method |
Retreives the default microphone device
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Microphone GetDefaultDevice()
Public Shared Function GetDefaultDevice As Microphone
public:
static Microphone^ GetDefaultDevice()
static member GetDefaultDevice : unit -> Microphone
Return Value
Type:
MicrophoneThe default microphone device or null if no microphones found.
See Also