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.3.199.0
Syntax
protected WaveInBase(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat
)

Parameters

deviceInfo
Type: Ozeki.MediaAudioDeviceInfo
waveFormat
Type: WaveFormat
The capturing wave format.
See Also