Click or drag to resize

WaveOutPlayer Constructor

Initializes a new instance of the WaveOutPlayer class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public WaveOutPlayer(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	WaveformParams waveformParams
)

Parameters

deviceInfo  AudioDeviceInfo
 
waveFormat  WaveFormat
 
waveformParams  WaveformParams
 
See Also