Click or drag to resize
MicrophoneGetDevice Method
Retreives the specified microphone device.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static Microphone GetDevice(
	AudioDeviceInfo info
)

Parameters

info
Type: Ozeki.MediaAudioDeviceInfo
Information about the microphone device.

Return Value

Type: Microphone
The microphone object.
See Also