Click or drag to resize

MicrophoneGetDevice Method

Retreives the specified microphone device.

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

Parameters

info  AudioDeviceInfo
Information about the microphone device.

Return Value

Microphone
The microphone object.
See Also