Click or drag to resize

WaveInBase Constructor

Initializes a new instance of the WaveInBase class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
protected WaveInBase(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat
)

Parameters

deviceInfo  AudioDeviceInfo
waveFormat  WaveFormat
The capturing wave format.
See Also