Click or drag to resize

WaveOutBase(AudioDeviceInfo, WaveFormat, WaveformParams) 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(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	WaveformParams waveformParams
)

Parameters

deviceInfo  AudioDeviceInfo
waveFormat  WaveFormat
The given wave format.
waveformParams  WaveformParams
 
See Also