Click or drag to resize

WaveOutBase(WaveFormat, Int32) Constructor

Creates a new WaveOutBase with the specified AudioWaveFormat.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected WaveOutBase(
	WaveFormat waveFormat,
	int deviceID
)

Parameters

waveFormat  WaveFormat
The given wave format.
deviceID  Int32
The identifier of the device.
See Also