Click or drag to resize

MicrophoneGetDevice Method

Retreives the specified microphone device.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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