Click or drag to resize
Microphone Constructor
Initializes a new instance of the Microphone class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected Microphone(
	AudioDeviceInfo deviceInfo,
	WaveFormat format
)

Parameters

deviceInfo
Type: Ozeki.MediaAudioDeviceInfo
format
Type: Ozeki.MediaWaveFormat
The format of the captured data.
See Also